Ben McCann
Ben McCann
Ah, thanks. I wasn't aware! Sorry about that. I'll try to take a look later on. Leaving a comment here with the failures in case the log expires before I...
Closing in favor of https://github.com/plopjs/plop/pull/480
`@rollup/plugin-dynamic-import-vars` version 2.1.4 now uses `tinyglobby`!
It might be nice to start thinking about community add-ons again. Sentry could make a community add-on. Up to them then whether they'd like to rely on something experimental
Something like `sv add sentry`. We don't have the APIs for you to be able to create your own `sv` add-on yet, but it's on our roadmap.
Your usecase looks to be that you're building Svelte into `.js` to embed on other sites. The only thing I can think of that might be a potential savings is...
It looks like css hash name might be another area for opportunity: https://github.com/sveltejs/svelte/issues/8826#issuecomment-1609623146 > sound like these ~9kb increasing will be the "bare minimum" that'll be increasing as I adopt...
Thanks so much for the response! It seems that `beakerx` has made it work by installing the `beakerx_tabledisplay` package. I wonder if rapaio could simply reuse that package as an...
I made this change earlier and then it got reverted in https://github.com/sveltejs/kit/pull/11908. It's a grey area since it's both a bug fix and breaking change. We should do it in...
I'm really not the person to ask about TypeScript intricacies. Certainly if the types were available just from installing the adapter that would be nicer than if the user had...