Ben McCann

Results 1452 comments of Ben McCann
trafficstars

That sounds like it'd be quite helpful. An implementation note - you'd have to check that the package name can be imported. If there's an `export` map that doesn't export...

> This would duplicate the work across the three existing package managers, and yet again increase the set of requirements to building a successful package manager in the JavaScript ecosystem...

Yeah, for most Svelte tools we use a combination of `acorn`, `estree-walker`, and `magic-string`. These are already used by the compiler so they add no extra dependencies. `estree-walker` is being...

publint is really helpful for catching errors like these: https://publint.dev/copy-image-clipboard

This was fixed in https://github.com/LuanEdCosta/copy-image-clipboard/pull/45 by adding the missing `"type": "module"`, but hasn't been released yet @LuanEdCosta do you think we could get a new release?

@LuanEdCosta it'd be super helpful to us if we could get a new release. Would you be able to help us out?

Perhaps jimp should not install all plugins automatically? I have no need to print bitmap fonts on my files, but `plugin-print` is automatically included. It feels like something that should...

Hurray! There's nothing left to do here as users can now update their lockfiles without any changes necessary in jimp That being said, I do think it'd be an improvement...

It additionally sounds like Firefox currently only supports a limited number of "recommended" extensions on Android, so we'd need to nominate the extension or wait until wider availability. - https://extensionworkshop.com/documentation/develop/differences-between-desktop-and-android-extensions/...

nice! switching from `[..rest]` to `[[optional]]` made this much cleaner! > However, because of the way sveltekit does routing, if there is common functionality that cross-cuts multiple routes (i.e. the...