Ben McCann

Results 1525 comments of Ben McCann

Yeah, I agree it doesn't really make sense in production. I've moved it back to dynamically requiring the library

To be clear, there's no security concern. The package prints a message instructing users how to circumvent Russian censorship regarding the war in Ukraine using Tor and a Russian anti-virus...

@kdy1 any chance you might be able to take a look at this? thanks!

It's ultimately your decision, but just to share some more info, other packages that have adopted `tinyglobby` include vite, pnpm, node-gyp, copy-webpack-plugin, storybook, nuxt, astro, and [more](https://github.com/SuperchupuDev/tinyglobby?tab=readme-ov-file#used-by). [`fast-glob` consists of...

@kdy1 it's passing the CI now. it seems it was a problem regarding an outdated version of pnpm

Unfortunately https://github.com/netlify/build/pull/6384 made this much harder because it introduced the use of the `globstar` option, which is not present in `tinyglobby`. While I haven't investigated in detail, I suspect that's...

@mrstork I've implemented the `globstar` option in `tinyglobby`, but the CI is still failing because it turns out there's a bug in `tinyglobby`: https://github.com/SuperchupuDev/tinyglobby/issues/133. It's not the easiest bug to...

@kylesloper sorry this has gone unreviewed for awhile, but we are hoping to begin work in SvelteKit 3 shortly and have cut the review queue down to half its previous...

Component testing has historically not been well supported. Some component testing docs were just added to the Svelte 5 docs though, so it might be worth a bit more of...

We should update the image on the readme as well