Mark Kvetny
Mark Kvetny
Hey! Just wanted to give my input on this because I actually built a similar project a while ago called [next-gen](https://github.com/biowaffeln/next-gen) which has this exact feature. It's currently unmaintained because...
The simplest solution isn't resetting the form afterwards, but preventing the form from being submitted in the first place. You can do that by putting a `type="button"` on the button...
Hey! I'm not quite sure what you mean. Like, what exactly would you want to have transformed by a codemod?
You can already achieve this behaviour by using [svelte-preprocess-cssmodules](https://github.com/micantoine/svelte-preprocess-cssmodules). Not sure if this needs to be added in svelte directly
hmm that's odd. You might want to file an issue on the svelte-preprocess-cssmodules repo. I do have some trouble getting it to work in a test project myself... Anyways, I...
closing due to inactivity
Hmm, this is pretty annoying though, especially when I type the form as `createForm` and it turns out the data doesn't exist. Would it be possible to wait for the...
The website works just fine, printing pages and everything. I haven't gotten around to trying docker yet, but that shoud probably work. I'll make a PR if I get around...