Willow (GHOST)

Results 161 comments of Willow (GHOST)

> However, I'm not sure whether it's enough? @cimnine reported in https://github.com/sveltejs/kit/pull/10521 that they had to use alias to actually address an issue using a Node.js module. Is there some...

It's [deliberate](https://kit.svelte.dev/docs/configuration#csp): > When mode is 'auto', SvelteKit will use nonces for dynamically rendered pages and hashes for prerendered pages. Using nonces with prerendered pages is insecure and therefore forbidden....

IMO supporting something like this would add more noise to the file system, which is already grouped by folders which allow for semantic naming with `(folders)` in brackets. I think...

The parm inside the `[]` or `[[]]` is just what it's called, there is no other significance - If I had `[[test]]` I could still go to `/` and `/about-us`,...

The last comment on the linked issue is from this time last year - is there not a better solution than having to edit an adapter at buildtime? Also is...

The PR doesn't seem to work for me currently but I think it's because you aren't doing anything with the read file. However IMO we should probably take advantage of...

I am still not sure the best way to copy everything across, so trying to get a second opinion there.Regardless we'd still need to support TypeScript ootb, and I think...

> Importing workers is really a Vite thing. As far as I know it's limited to web workers > Do support worker threads in some way; or help me how...