Yep, that’s it. They introduced this new requirement last year IIRC. And sadly I don’t have time to go through the pains of updating it for the newer SDKs these days.
Yep, that’s it. They introduced this new requirement last year IIRC. And sadly I don’t have time to go through the pains of updating it for the newer SDKs these days.
Almost 5 years ago already 🥲
New article published! This time about handling environment variables in Remix apps
I forgot what it’s like to be on a platform that doesn’t penalise external links
www.launchway.dev/blog/remix-e...
Thank you! :)
Valve casually dropping yet another top notch documentary youtu.be/YCjNT9qGjh4?...
Within pnpm projects with workspaces (and I’d assume npm too) I saw it breaking scripts that assumed some packages to be in a specific node_modules dir (that dedupe moved around). Also broke a react native setup for me a long ago (I think it was because of a change impacting metro)
Barrel files are a pain in the ass. Here's a jscodeshift codemod to refactor your codebase to stop referencing barrel file imports: mmazzarolo.com/blog/2024-11...
Random notes on handling CORS and opaque responses in Service Workers: mmazzarolo.com/blog/2024-11...