Conduitry

Results 523 comments of Conduitry

I've pushed some more typo fixes to other parts of the reference docs. Most of these should be fairly objective, but a few are stylistic.

I do want to note that when I mentioned this in Discord, @dominikg had some reservations about removing the examples and tutorial content, rather than backporting the changes and starting...

Please provide a complete, minimal reproduction in the REPL, not just one of your components.

https://kit.svelte.dev/docs/page-options#trailingslash You can put `export const trailingSlash = whatever` to have a custom value in each layout and on each page. Does this get you what you're asking for?

Wouldn't the fix be to bump dependencies in https://github.com/Rich-Harris/sander, not svelte-preprocess? Or, perhaps, to just start using built-in filesystem APIs instead in https://github.com/Rich-Harris/sorcery?

Duplicate of #1348.

I don't think this is the proper way to suggest handling this. If it's important that this header be set, you don't want to just be silently failing and ignoring...

Yeah I definitely recall stuff about different browsers caching favicons super aggressively, much more so than other files. Searching for 'favicon caching' yields a lot of results about people trying...

Whether the quotes are too magic is a matter that we'll have to sort out at some point. But, to be honest, interactions with Pug aren't really going to enter...

`createRawSnippet` _is_ the API for this, yes. I don't know what we would want to do differently in a `.svelte.js` file. If you want to write something that looks like...