Manuel

Results 150 comments of Manuel

> Yeah I thought of adding a command to "enable form"...the problem is that is not completely straightforward: it needs to add the value kit.csrf.checkOrigin = false to the svelte.config.js...

Jep... Just wanted to add that I was unable to reproduce this in chrome. So there might be some Edge specific stuff going on

Just encountered exactly the same. The trick seems to lie here (you might want to ignore lines 7-10 for initial testing): https://github.com/vite-pwa/sveltekit/blob/19442a0ae9c6031b1ff099ca361d1a50b8e301fb/examples/sveltekit-ts/src/routes/%2Blayout.svelte#L5-L18 With those few lines (and properly refreshing my...

Sure! Could you give me a hint where to find the docs as source code? I could not find a link on the page directly

FYI, I gave this a try over the weekend and tried to come up with an example outside of our codebase, just to show that it's possible in theory. But...

I don't fully agree with this one yet. There is a few things that we need to keep in mind. `create-svelte` is intended to be a one-off command to kickof...

As both adders we thought would require this have been implement, we can safely close this for now. If something arises in the future where this might help, we can...

That's a pretty tough challenge as adders are planned to be run completely independently. We might be able to add some sort of config `runsBefore: ["lucia"],`. That way it would...

> I think the one real interaction we have is that if you already have eslint or prettier and then run the other one then you should add `eslint-config-prettier`: https://github.com/sveltejs/kit/blob/5645614f497931f587b7cb8b3c885fce892a6a72/packages/create-svelte/shared/%2Beslint%2Bprettier/package.json#L3...

Do we actually need to make this an array? Wouldn't `runsAfter: "prettier"` be enough in 99% of the time? Making this an array would dramatically increase the complexity of determinating...