Thank you, appreciate it!
07.10.2025 17:04 โ ๐ 3 ๐ 0 ๐ฌ 0 ๐ 0@stanzilla.dev.bsky.social
Tech and Games, Communities and Open Source.
Thank you, appreciate it!
07.10.2025 17:04 โ ๐ 3 ๐ 0 ๐ฌ 0 ๐ 0Today we're announcing previews of the native port of TypeScript! These nightly previews will be available on npm and the VS Code marketplace!
npm install -D @โtypescript/native-preview
npx tsgo --version
Read up more on our blog!
also @humanwhocodes.com would that be something you'd be interested in working on with the @nx.dev team? A best practices set-up for NX monorepos?
14.05.2025 08:49 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0๐ข I wrote an RFC about unifying the imperative methods we have on the QueryClient. I think the distinction we have now is quite confusing, especially to newcomers, and we can and should do better.
I wanna get this right, so please let me know what you think in the comments on that RFC ๐
@juri.dev Hey man, would love to see a best practices example of @nx.dev and @eslint.org v9/flat with installable shared config. Created an issue here github.com/nrwl/nx-exam...
Nx seems to behave differently from @turborepo.com here, they don't require a config in the root, which I would prefer.
Yeah same here, we had to turn them off at work for the same reasons. Now they only run in CI. It's a bit sad that ESLint did not consider going native in their recent rewrite but maybe in the future...looking forward to native type-linting from you guys though!
04.04.2025 13:41 โ ๐ 2 ๐ 0 ๐ฌ 0 ๐ 0Situation gets even worse now that way too many people rely on ChatGPT for their answers and those update even slower.
04.04.2025 13:38 โ ๐ 3 ๐ 0 ๐ฌ 1 ๐ 0I tried it and sadly the nx vscode extension or whatever it does in the background eats a ton of resources, have to disable it when running tasks.
03.04.2025 22:42 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0Are you sure it is pnpm related? I had a similar looking one using yarn github.com/storybookjs/...
31.03.2025 09:49 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0same, I always get them, so annoying
28.03.2025 23:08 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0React 19.1 has just been released! Check out the latest updates here:
github.com/facebook/rea...
Today we're thrilled to announce our effort to port the TypeScript compiler and language service to native code, gaining a 10x speed boost in build times and editor responsiveness!
devblogs.microsoft.com/typescript/t...
I've considered contributing to chromium just to fix that initial flash but apparently it's not that easy according to @ericlawrence.com
11.03.2025 09:35 โ ๐ 2 ๐ 0 ๐ฌ 1 ๐ 0this one does not use oxc though, no?
17.02.2025 12:08 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0Here you go, I assumed that is TSS directly but might be the VSC integration? The ticket was moved from VSC to TS, so I assumed it was on you guys. I am confused now though.
17.02.2025 12:06 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0When you enable the file watcher setting, TS Server says
> Falling back to legacy node.js based file watching because of user settings
That's what I was confused about, setting
"files.watcherExclude": {
"**/node_modules": true
},
makes it fall back to the node.js based one. Is there a different setting?
Hah okay, thank you. I was mostly curious to know if there is a way to ignore directories with the new native mode or if it has some smarts included that ignore node_modules etc
14.02.2025 19:40 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0@jakebailey.dev Hey there, I was wondering if you had any insight into github.com/microsoft/Ty... and what the best practice is nowawadays.
> Falling back to legacy node.js based file watching
When testing new native it **feels** slower than using the node based one with excludes.
Today, weโre deprecating Create React App for new apps, and encouraging existing apps to migrate to a framework.
Weโre also providing docs for when a framework isnโt a good fit for your project, or you prefer to start by building a framework.
react.dev/blog/2025/02...
@sindresorhus.bsky.social Dato started crashing a lot recently when using full screen, I'm also using Bartender, not sure if related.
14.02.2025 16:33 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0New feature: Nvidia Flame Generation #RTX5090
11.02.2025 13:00 โ ๐ 2 ๐ 0 ๐ฌ 0 ๐ 0probably used notebook mic by accident
07.02.2025 13:33 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0We have to get Evan a better audio setup asap :D
07.02.2025 13:25 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0Anyone got any recommendations for a smart radiator valve? need matter/thread and ability to turn LEDs off. Currently using the Eve Thermo and it is absolutely garbage. #IoT #Matter #Thread
02.02.2025 22:39 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0I made this starter pack go.bsky.app/L1Le65T
29.01.2025 13:49 โ ๐ 13 ๐ 1 ๐ฌ 0 ๐ 0This is exactly what I did yesterday for @tanstack.com query. We have a lot of packages so the duplication can become a problem. Looking forward to see how @nx.dev can help keeping these things in sync @zackderose.bsky.social ๐
27.01.2025 16:12 โ ๐ 41 ๐ 3 ๐ฌ 1 ๐ 0BIG 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