Ben McCann

Results 1495 comments of Ben McCann

Thanks @styfle! It's really the bundle size badge that I'm interested in and it seems that packagephobia doesn't have that one, so it probably wouldn't be a fit, but thanks...

@sidharthv96 we'll probably start working on SvelteKit 3 before too long and will be able to merge this if you'd like to address the merge conflicts

ah. apparently `assert` is becoming `with`: https://github.com/nodejs/node/issues/51622

I just ran into a need for this. I'd love to see it move forward. I agree with @43081j that I don't see a path for Node to adopt the...

I did a quick benchmark on this out of curiosity on my laptop doing a clean npm install (i.e. no `node_modules` or lockfile present). Installing `neoqs` was about 100ms faster....

If the desire is simply to benchmark `body-parser` inside a large project containing other dependencies, I'd be happy to do that. If it's a requirement that express be part of...

I've sent a PR to Svelte to remove that warning: https://github.com/sveltejs/svelte/pull/14111 What do you think about upgrading this project to use runes and requiring Svelte 5?

@YegorKozlov please upgrade to svelte 5.2.12 in order to fix that issue @quentadave can you share some of the changes you had to make so we can see if there's...

Thanks for sharing the details! > Next, I learned that runes are not enabled by default, so I had to add this in the svelte object compilerOptions: { runes: true...

Can others confirm if they had to update these options? ``` extensions: ['.svelte', '.svelte.js', 'svelte.ts'], include: "./svelte/**/*.{svelte,svelte.js,svelte.ts}", ``` I see that Simon added support for `.svelte.js` files about 18 months...