ComputerGuy
ComputerGuy
> But `untrack` is where you mutate something in an effect without wanting to track the read as a dependency? i.e. > > ```js > untrack(() => { > count++;...
This appears to be due to the `` tag being inside the `` tag, rather than the `` tag. The paragraph element only allows [Phrasing Content](https://developer.mozilla.org/en-US/docs/Web/HTML/Content_categories#phrasing_content) inside it.
It would be good if Svelte's compiler understood these content categories, but I'm not completely sure if *all* content category violations throw errors.
> This appears to be due to the `` tag being inside the `` tag, rather than the `` tag. The paragraph element only allows [Phrasing Content](https://developer.mozilla.org/en-US/docs/Web/HTML/Content_categories#phrasing_content) inside it. After...
Not entirely sure, but I believe [this regex](https://github.com/sveltejs/svelte/blob/main/packages%2Fsvelte%2Fsrc%2Fcompiler%2Fphases%2F1-parse%2Fread%2Fstyle.js#L14) should be changed to fix the bug.
> This looks really nice, I am just wondering how it would look if you made the line width of the svelte logo slightly thicker. I am no designer, but...
The banner_large versions are higher resolution, I'll delete the lower resolution ones and change the new ones to "banner"
I made a change so that the banner in the README shows up even if the README is displayed on other sites (eg NPM) This will only work if the...
The Site section has been updated to reflect the changes made during the release of Svelte 5.
> These are nice changes, but I wonder if they're working. When I visit https://github.com/Ocean-OS/svelte/tree/main I get a dead image The image URLs will work if the PR is merged,...