Conduitry
Conduitry
@stalkerg also raised the point that there are links to the REPL from the state management section in the docs, which attempt to run the inline examples, which do not...
Seems to be related to having a `` tag and also having a high unicode character in there (even in a comment), which is most peculiar. Having one or the...
You can go to the [REPL](https://svelte.technology/repl) or click any of the 'open in repl' links next to examples in the guide, and then click the input/output toggle at the bottom...
## To: @IRod22 ## What needs discussing? Don't @ maintainers in issues.
There's an open question about what the nature of the more permanent REPL for Svelte 5 will be. There are definitely benefits to encoding the whole thing in the URL...
I'm transferring this to the repo for the REPL. I haven't really dug into this a ton, but it looks like the code the REPL is getting from your library...
Transferring this to the `sites` repo, as this is apparently an issue in how the REPL resolves imports, not in Svelte itself.
Is this specific to the REPL? Does this work in Safari when downloading the project and running `npm run dev` yourself?
https://github.com/sveltejs/svelte-repl/pull/113 added `notranslate` to a div containing the CodeMirror editor, but I think there are still other places this should happen, like read-only code blocks.
This would be because of CodeMirror and isn't really something we can reasonably do anything about except completely rewriting the editor component or updating to CodeMirror 6 when that's ready...