Joel Kuzmarski
Joel Kuzmarski
> Correct me if I'm wrong, but as far as I saw you could still do that by putting > > ```json > { > "key": "< ../ssl/${NODE_ENV}/key.pem", > "cert":...
@lorenwest In that case what about completely removing env var support?
https://github.com/skywinder/github-changelog-generator https://github.com/skywinder/Github-Changelog-Generator/wiki/Alternatives
https://github.com/caskroom/homebrew-cask/blob/master/doc/CHANGELOG.md
I've started work on getting this to build with Gatsby v2: https://github.com/leoj3n/gatsby-starter-personal-blog (git diff: https://github.com/leoj3n/gatsby-starter-personal-blog/commit/3057627615864354af3850e1746d407a8481ad5d) Result of `npm install`: ```console npm WARN deprecated [email protected]: this version has a breaking change....
One major benefit of a `rune` is auto imports for that feature. For me the problem with `untrack` as a function and not a `rune` is that you have to...
@eddiemcconkie `onMount` is deprecated in favor of `$effect` in 5, but I'm not sure about `onNavigate`. As a user I would want to have `$navigate` act like yet another side-effectual...
Something I am unsure of, is if there are people using `svelte` without the compilation step. That is the only reason i can think to maintain the ability to import...
If we slightly modify that definition: https://svelte-5-preview.vercel.app/docs/runes > Runes are function-like symbols ~~that provide instructions to the Svelte compiler~~. You don't need to import them from anywhere — when you...
> I do think what the Svelte team said about only making things runes when necessary makes a lot of sense and I can get on board with that. @eddiemcconkie...