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.
Posts by Espen Hovlandsdal
It happens! Thanks for the fix ❤️
@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 :/
📣 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...
Expo replaces APIs like `URLSearchParams`, but not `fetch` - what's the rationale for that? Just more room for breakage?
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.
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.
More than happy to show up :)
Will DM you!
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! 💃
Would read.
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 🤔
Really sorry to hear this, Adam - makes absolutely no sense.
icing without cake is just icing
C++ is wild and I don’t mean that in a good way.
Safelisting the “Last-Event-ID” header for CORS requests :)
Firefox was actually fast and easy! ✅
Next up: WebKit
Alright, that's Chromium done ✅
Next up: Firefox!
Have forgotten how it feels like to wait for stuff to compile… Currently building Chromium from source 😴
I’m not a native speaker, but dictionary says:
> relating, belonging, or owing allegiance to another country or government
🤷♂️
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.
Can you make it slimmer, now that we’ve got more modern hardware?
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
Transport Tycoon Deluxe
That would be good enough - but question is is there are some easy ways of doing so - eg a GitHub action/workflow or similar
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.
They really are no joke. Whole house was shaking for a good 20 seconds (from the quake, not the warning)
Too late it's out; bsky.app/profile/espe...
Y'all, it's happening!
React 19 is now `latest` on npm!
@react.dev
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