Ben McCann
Ben McCann
@francoismassart just gently checking in on this. Thanks!
@francoismassart I just rebased this PR. I'd love if you could take a peek when you get a moment. thanks!
`typescript-eslint` has switched to `tinyglobby` so most users will already have `tinyglobby` in their dependency tree
I don't think that either `execa` or `tinyexec` are needed. Here's what we do in `create-svelte`: ``` /** * Supports npm, pnpm, Yarn, cnpm, bun and any other package manager...
I'll add my 2 cents that I think this would be nice to handle on the chokidar side. I generally expect undefined and missing properties be handled in the same...
There are probably better ways to implement this than using a static HTML page. I took a look at Pomerium. [It adds an `X-Pomerium-Jwt-Assertion` header with asymmetrically signed attestation JWT](https://www.pomerium.io/docs/topics/getting-users-identity.html#verification)....
`tinyglobby` 0.2.11 is out, which fixes all known performance issues there. I sent https://github.com/unjs/unimport/pull/431 to switch `unimport` back to `tinyglobby`. Are you able to test it out against nuxt to...
Yes, please use `npx sv` instead of `npm create svelte`. The `create-svelte` project will be going away shortly. I've updated all the docs on the new site, which will be...
thank you!!
We have a large number of users reporting that learn.svelte.dev crashes on Safari: https://github.com/sveltejs/learn.svelte.dev/issues/416