• dev tools at @expo.dev 𝝠
• n+1 semi-archived GraphQL/TS/React(Native) projects 🗻
• urql, gql.tada (prev. dank mono, css-in-js shenanigans)
• 🐙 https://github.com/kitten & https://tangled.sh/@kitten.sh
flip one flag, and Expo Autolinking also applies its autolinking decisions to Expo's metro bundling
flip one flag, and Expo Autolinking also applies its autolinking decisions to Expo's metro bundling
(the screenshot here shows the output that Bluesky gets for debugging, for example)
(the screenshot here shows the output that Bluesky gets for debugging, for example)
this also means we can safely expand our official package manager support!
this also means we can safely expand our official package manager support!
(Pictured: @expo/metro-config's deps graph. And yes, we're also working on reducing deps continuously, more news on that soon)
(Pictured: @expo/metro-config's deps graph. And yes, we're also working on reducing deps continuously, more news on that soon)
so instead, I of course took @arrowtype.bsky.social's amazing Recursive font, made some tweaks (rough sketch still due to some import issues), threw it in my blog that hasn't seen new posts for 5yrs and updated its colour scheme
priorities ❤️
so instead, I of course took @arrowtype.bsky.social's amazing Recursive font, made some tweaks (rough sketch still due to some import issues), threw it in my blog that hasn't seen new posts for 5yrs and updated its colour scheme
priorities ❤️
All I removed were edge cases we don't encounter, and just using TS symbols also mean we can limit the amount of AST nodes we end up resolving to
All I removed were edge cases we don't encounter, and just using TS symbols also mean we can limit the amount of AST nodes we end up resolving to
currently, we use TS' getDefinitionAtPosition a lot to get to GraphQL document references, but I've got a PR that looks to switch this to a symbol-based implementation instead
currently, we use TS' getDefinitionAtPosition a lot to get to GraphQL document references, but I've got a PR that looks to switch this to a symbol-based implementation instead
in future SDKs pre-bundling, more fixes, and external changes will help too
But overall, installing SDK 52 will already be faster than installing SDK 51 🚀
(npm graph side-by-side for comparison)
in future SDKs pre-bundling, more fixes, and external changes will help too
But overall, installing SDK 52 will already be faster than installing SDK 51 🚀
(npm graph side-by-side for comparison)
seems odd, but also(!) seems to work 🥲
seems odd, but also(!) seems to work 🥲
this can actually be done by shifting the mouse acceleration logic to an input handler. In an input handler we get to filter and modify events
this can actually be done by shifting the mouse acceleration logic to an input handler. In an input handler we get to filter and modify events
This is very low level, but has a big drawback. It loses out on Linux working around many USB devices' quirks, so some devices just don't work
This is very low level, but has a big drawback. It loses out on Linux working around many USB devices' quirks, so some devices just don't work
They added a really nice Imgui interface to configure the driver
They added a really nice Imgui interface to configure the driver
📄 recap: graphql.web is a spec-compliant lib for GraphQL parsing, printing, and visiting for client-side GraphQL clients and a drop-in replacement. It ships by default with urql
📄 recap: graphql.web is a spec-compliant lib for GraphQL parsing, printing, and visiting for client-side GraphQL clients and a drop-in replacement. It ships by default with urql