Wout De Puysseleir

Results 55 comments of Wout De Puysseleir

@thibaudcolas Happy to hear it's fixed on a more fundamental level :)

I believe this will close the issue: https://github.com/wagtail/wagtail/pull/8931

I'm experiencing the same issue. Caret (^) doesn't apply the same way to major version 0 the same way as it does to 1 or above major versions. Here's an...

Would love to see this feature. Server side rendered Svelte does have support for Slots so I think it makes sense to have it for the client too. It's not...

Feel free to create a Pull Request to add this

Should be straightforward, just waiting on a stable 5.0.0 release as it's still in beta :)

I'd rather wait a bit until it's officially released. It seems there's some breaking changes and not a straightforward upgrade and I want to avoid having to fix them twice...

We're already on v4. > If you maintain a Svelte app, we recommend updating to Svelte 5 as soon as it's stable. I'd like to follow Svelte's official recommendation, as...

I've been looking at this today since Svelte 5 was just released officially. We'll need to wait until it's supported by `esbuild-svelte` too: https://github.com/EMH333/esbuild-svelte/issues/234

It says: > minus support for .svelte.(js|ts) I think we do need support for `.svelte.js` files as the hooks file will make use of that. I might be wrong though,...