Hugo Korte

Results 81 comments of Hugo Korte

@antfu Do you want `magicast/browser` to also re export all other things like types, helpers etc, or have `magicast/browser` only export `parseModule` and `generateCode`. I'm in need of magicast in...

Are there any workarounds for this? This is currently blocking me to use the tool.

> This is listed as one of the breaking changes in Svelte 5. What's your use case for creating invalid HTML? No use case, just porting Svelte 4 code, this...

Is it: https://svelte-5-preview.vercel.app/docs/breaking-changes#other-breaking-changes-bindings-now-react-to-form-resets?

This appears to be solved: https://stackblitz.com/edit/github-l78g2n4x?file=src%2Froutes%2F%2Bpage.svelte If this is not the case I suggest updating all your dependencies to latest, Tailwind has gotten a lot more stable over the past...

> Building on my reply here: > https://github.com/skeletonlabs/skeleton/discussions/3499#discussioncomment-12785069 > > We'll consider this, but we definitely need to be able to test our own components before we ship them. It...

Just saw @oatmealproblem's comment, well that

Just occured to me @endigo9740 if the collapse props proposal goes through, what is there left to test? ZagJS will handle testing logic. No more Xclasses or anything. So what...

> Why can't you provide a property to override the data-testid that you are providing? This should be a default property on all the components that users interact with. For...

Is this ready to be merged?