Advertisement · 728 × 90

Posts by Espen Hovlandsdal

Made a lot of mistakes in my life, but buying a monitor that provides power, ethernet, mouse, keyboard and video signal through the same cable is not one of them.

4 months ago 4 0 0 0

It happens! Thanks for the fix ❤️

5 months ago 0 0 0 0
4.53.0 fails to install due to postinstall patch-package · Issue #6168 · rollup/rollup Rollup Version 4.53.0 Operating System (or Browser) mac Node Version (if applicable) 24 Link To Reproduction npm install rollup Expected Behaviour It should install Actual Behaviour it does not pre...

@lukas.taegert-atkinson.net Latest rollup release seems to have broken stuff - any chance you can have a look at github.com/rollup/rollu... (there are multiple PRs up). Sorry to ping on a Friday :/

5 months ago 0 0 1 0
Preview
Server-Sent Events Are Here! First-class support for mocking Server-Sent Events lands in MSW.

📣 Huge news: MSW ships a first-class support for Server-Sent Events! Develop, test, and debug your apps with the new `sse()` API.

Learn more: mswjs.io/blog/server...

5 months ago 43 6 4 0

Expo replaces APIs like `URLSearchParams`, but not `fetch` - what's the rationale for that? Just more room for breakage?

6 months ago 3 0 2 0

Yep. Wish it was in React Native instead of Expo though. Telling people who use your libraries “use expo” isn’t always going to work.

6 months ago 1 0 1 0

React Native:

- `fetch` does not have streaming support
- No `TextDecoder`
- No `Event`, `EventTarget`, `MessageEvent`
- `URLSearchParams` only has `append` method

Wish it had a similar push for supporting web APIs as Node.js did recently. Making cross-env libraries that support RN is not easy.

6 months ago 0 0 1 0

More than happy to show up :)
Will DM you!

10 months ago 3 0 1 0
Advertisement
Video

Yesterday, @opensourcepledge.com was on Nasdaq Tower in Times Square. I got to be there for it! Thank you to Nasdaq and congratulations to all of the featured companies who #paythemaintainers! 👏 What a great way to keep celebrating #maintainermonth! 💃

11 months ago 80 34 2 9

Would read.

11 months ago 3 0 0 0

I would never say that I _miss_ pandemic times, but I did spend 3-4 weeks making a scenario based on A Song of Ice and Fire for a 30 year old isometric 2D game, with zero regrets or shame 🤔

11 months ago 6 0 0 0

Really sorry to hear this, Adam - makes absolutely no sense.

11 months ago 1 0 0 0
Video

icing without cake is just icing

11 months ago 25 8 2 2

C++ is wild and I don’t mean that in a good way.

1 year ago 3 0 1 0

Safelisting the “Last-Event-ID” header for CORS requests :)

1 year ago 1 0 0 0

Firefox was actually fast and easy! ✅
Next up: WebKit

1 year ago 4 0 1 0

Alright, that's Chromium done ✅
Next up: Firefox!

1 year ago 3 0 0 1

Have forgotten how it feels like to wait for stuff to compile… Currently building Chromium from source 😴

1 year ago 3 0 1 1
Advertisement

I’m not a native speaker, but dictionary says:

> relating, belonging, or owing allegiance to another country or government

🤷‍♂️

1 year ago 0 0 3 0

Sometimes I wish there was a way to message people on GitHub.

Someone leaves an issue or a comment on one of my repos and I'm curious how they are using it, but don't want the interaction to be in public (noise/irrelevant to the thread).

Of course, I understand what a slippery slope that could be.

1 year ago 6 0 0 0

Can you make it slimmer, now that we’ve got more modern hardware?

1 year ago 4 0 0 0
Preview
Standard Schema A common interface for TypeScript validation libraries

BIG DAY 😇

Introducing Standard Schema! It’s a specification for a standard interface to be implemented by TypeScript schema libraries. The goal is to make it easier for frameworks and tools to accept user-defined schemas, without writing separate adapters for different libraries.
standardschema.dev

1 year ago 308 52 8 10

Transport Tycoon Deluxe

1 year ago 0 0 0 0

That would be good enough - but question is is there are some easy ways of doing so - eg a GitHub action/workflow or similar

1 year ago 0 0 1 0

Is there a way to test a module in React Native's JavaScript environment, without running a full emulator? Does the jest environment catch things like the broken URL and Intl implementation etc?

This is a for a generic JS module that should _preferably_ work in React Native.

1 year ago 2 0 1 0

They really are no joke. Whole house was shaking for a good 20 seconds (from the quake, not the warning)

1 year ago 0 0 0 0

Too late it's out; bsky.app/profile/espe...

1 year ago 2 0 0 0
Advertisement
Post image

Y'all, it's happening!

React 19 is now `latest` on npm!

@react.dev

1 year ago 11 0 0 1

Flakiness might be okay if it’s rare enough, but you don’t want a “purchase was successful” assertion to be wrong, I’d rather get back like an order ID and manually assert that part

1 year ago 1 0 0 0