Advertisement · 728 × 90

Posts by Stanzilla

Why It Took Me 4 YEARS to Make a USB Cable
Why It Took Me 4 YEARS to Make a USB Cable YouTube video by Linus Tech Tips

Because of this www.youtube.com/watch?v=OT_i... - they do sell some now

1 month ago 1 0 1 0

Hrm not sure how much I can provide that would help since it's work code. Would a diff of the package.json change that made it work again help? Again, it's really just removing entries from `exports`

3 months ago 0 0 0 0

ok nvm, I found it. was files added to the export map, idk why it hated them but after removing them again it stopped crashing.

3 months ago 0 0 1 0
Post image

@jakebailey.dev Hey Jake! What would be the best way to find out which file caused this?

3 months ago 0 0 1 0

Got banned on Twitter, hello bluesky again

5 months ago 1 0 1 0

Thank you, appreciate it!

6 months ago 3 0 0 0
Preview
Announcing TypeScript Native Previews - TypeScript Previews of the native TypeScript port are now available on npm and for VS Code through the Visual Studio Marketplace!

Today 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!

10 months ago 398 92 10 12
Advertisement

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?

11 months ago 1 0 1 0
Preview
RFC: Unified Imperative Query Methods · TanStack query · Discussion #9135 Context Sometimes, APIs don’t evolve well. I’ve seen the situation a couple of times that we add an API, and we think it’s great, and then after some time, we add another API that does something si...

📢 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 🙏

11 months ago 45 5 2 0
Preview
[Request] Update repo with eslint v9 flat config format · Issue #360 · nrwl/nx-examples Hey, eslint v8 is deprecated and should no longer be used, along with the old eslintrc format. It would be great if this repo was upgraded to showcase an example on how to do eslint v9 the best way...

@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.

11 months ago 3 0 2 0

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!

1 year ago 2 0 0 0

Situation gets even worse now that way too many people rely on ChatGPT for their answers and those update even slower.

1 year ago 3 0 1 0

I 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.

1 year ago 1 0 0 0
Preview
[Bug] Type issue in vitest workspace · Issue #37 · storybookjs/vite-plugin-storybook-nextjs Describe the bug I'm using storybookNextJsPlugin in a vitest.workspace.ts file and it errors about a type miss-match. Steps to reproduce the behavior vite 6.2.3 vitest 2.1.9 storybook 8.6.11 import...

Are you sure it is pnpm related? I had a similar looking one using yarn github.com/storybookjs/...

1 year ago 1 0 1 0

same, I always get them, so annoying

1 year ago 0 0 0 0
Preview
Release 19.1.0 (March 28, 2025) · facebook/react Owner Stack An Owner Stack is a string representing the components that are directly responsible for rendering a particular component. By combining Owner Stacks with Component Stacks, you can bette...

React 19.1 has just been released! Check out the latest updates here:

github.com/facebook/rea...

1 year ago 152 31 1 5
Preview
GitHub - dimdenGD/OldTweetDeck: Returns old TweetDeck, for free! Returns old TweetDeck, for free! Contribute to dimdenGD/OldTweetDeck development by creating an account on GitHub.

github.com/dimdenGD/Old...

1 year ago 1 0 0 0
Advertisement
Preview
A 10x Faster TypeScript - TypeScript Embarking on a native port of the existing TypeScript compiler and toolset to achieve a 10x performance speed-up.

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...

1 year ago 972 292 22 156

I've considered contributing to chromium just to fix that initial flash but apparently it's not that easy according to @ericlawrence.com

1 year ago 2 0 1 0

this one does not use oxc though, no?

1 year ago 1 0 1 0
Post image

Here 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.

1 year ago 0 0 0 0

When you enable the file watcher setting, TS Server says

> Falling back to legacy node.js based file watching because of user settings

1 year ago 1 0 1 0

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?

1 year ago 1 0 1 0

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

1 year ago 0 0 1 0
Preview
TypeScript slow project load times for large projects on MacOS · Issue #60832 · microsoft/TypeScript Does this issue occur when all extensions are disabled?: Yes VS Code Version: v1.96.2 OS Version: MacOS TypeScript: v5.7.2 (workspace version) Node.JS: v20.18.0 Steps to Reproduce: Add the followin...

@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.

1 year ago 2 0 1 0
Advertisement
Preview
Sunsetting Create React App – React The library for web and native user interfaces

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...

1 year ago 574 103 32 74

@sindresorhus.bsky.social Dato started crashing a lot recently when using full screen, I'm also using Bartender, not sure if related.

1 year ago 0 0 0 0
Post image

New feature: Nvidia Flame Generation #RTX5090

1 year ago 3 0 0 0

probably used notebook mic by accident

1 year ago 0 0 1 0

We have to get Evan a better audio setup asap :D

1 year ago 0 0 1 0