Domenik Reitzner

Results 15 comments of Domenik Reitzner

@thepadding could you please point us to a project of yours that uses svelte?

@Conduitry: it is still maintained (last npm update 2 months ago) - [src\compiler\parse\read\style.ts](https://github.com/sveltejs/svelte/blob/master/src/compiler/parse/read/style.ts) - linked to #370

@SoftCreatR thx for this solution.... helped me out tremendously.

If you make sure your cache is cleared, than it works as expected. ![image](https://github.com/nuxt/image/assets/30938967/418ec8e3-3d1c-4498-9aa1-799b869689ad) The browser decides which is the best image to show. If there is already a larger...

@dummdidumm @PuruVJ is there already a WIP PR for the https://github.com/sveltejs/svelte/tree/sites branch? I guess it might be good to be able to mark this issue as "closed" but still as...

@dummdidumm this does not seem to work at the moment. If I do a `typedef` inisde of a normal `` block I get the following error: ![image](https://github.com/sveltejs/svelte/assets/30938967/7c903c76-37cc-496e-bfc3-ca6b3621ae16)

@dummdidumm thank you so much for the explenation and the fix :)

Svelte super forms looks promising. https://superforms.rocks/

If anyone is interested I made an app around Christmas which supported ES6+ for modern and ES5 for older Browsers in parallel.