Hyunbin Seo
Hyunbin Seo
The easiest fix seems to be using `in:` and `out:`, instead of `transition:`. ([REPL](https://svelte.dev/repl/8e4398315ff145a7866d0a2de2dc1bdb?version=3.49.0)) > Unlike with `transition:`, transitions applied with `in:` and `out:` are not bidirectional — an in...
@dmwelch Could this PR be merged?
Installing and uninstalling the [Markdown PDF](https://marketplace.visualstudio.com/items?itemName=yzane.markdown-pdf) extension enabled the context menu. Waited for the `Installing Chromium` to be completed, and then uninstalled it.
The Node.js architecture can be defaulted to Arm64 using an environment variable. https://github.com/Schniz/fnm/blob/master/docs/commands.md ``` --arch Override the architecture of the installed Node binary. Defaults to arch of fnm binary [env:...
Sorry for the slow PR. Had to get a Windows 10 device to double check. Note that there is an existing bug in the original carousel code. ```diff - +...
@leerob Could this be merged? Edit: My bad. It was approved back in November.
> The lack of info on Svelte and SvelteKit browser compatibility and required polyfills is frankly very concerning and discouraging when evaluating Svelte for any commercial use. --- SvelteKit 2...
For additional context, the following sentence was removed in: - https://github.com/sveltejs/kit/issues/11658 - https://github.com/sveltejs/kit/commit/36dc54ac740b8b4c6a2b904a1d0aadd8923a875c ```diff - SvelteKit 2 uses ES2022 features, which are supported in all modern browsers. ``` This is...
@benmccann I am really sorry, I badly messed up my git branching. Should I create a new PR with the above mentioned suggestions?
This is a well-known issue. Reference https://github.com/sveltejs/kit/issues/10550 and related issues. Workaround: use the [data-sveltekit-reload] option. [data-sveltekit-reload]: https://kit.svelte.dev/docs/link-options#data-sveltekit-reload ```html Click to test ```