Conduitry
Conduitry
It is official, and it will soon become what's published at svelte.dev. The repository isn't public yet.
This was fixed at some point.
[The vanilla `pushState`](https://developer.mozilla.org/en-US/docs/Web/API/History/pushState) works by resolving the URL you pass it against the current URL, which is why calling with `''` gives you the same URL. Does calling `pushState` with...
A reproduction is required, yes.
That's fair. Maybe the new sponsorship links will make him even _more_ drama averse because the stakes are now higher. Maybe! I'm fine not pinning these.
I have mixed feelings about trying to make internal scripts (that will never be called by users of SvelteKit) work on additional systems/runtimes. This change itself is pretty harmless, but...
Where do these live? I don't know that we want to officially bless something that's out of our control. We do plan on having migrations available as part of the...
You need to set https://kit.svelte.dev/docs/configuration#version to something consistent; otherwise, it uses the current timestamp, which changes every build, affecting the hashes.
Interesting. I guess the first way I'm thinking about to handle this is to compute the hash based on the CSS with the unused selectors already removed. (Right now it's...
To preserve the comment from the closed PR, @tanhauhau suggested basing the CSS hash class on the entire component's string, not just the styles. This would certainly work, and is...