tomoam

Results 6 comments of tomoam

Hi, please let me help you. I'll try to translate the documentation into Japanese.

@yuliankarapetkov ~~please add `prerender = true` with `ssr = false`.~~ There seems to be a mistake in the configuration. https://github.com/yuliankarapetkov/svelte-latest/blob/master/svelte.config.js#L10-L19 The following will fix it. ``` kit: { adapter: adapter({...

This is probably due to this bug in Webkit: https://bugs.webkit.org/show_bug.cgi?id=255914 It seems to be fixed in Safari Technology Preview 170. https://webkit.org/blog/14167/release-notes-for-safari-technology-preview-170/ > Fixed the value not updating on `` and...

This will no longer occur if either of the following is commented out. https://github.com/sveltejs/learn.svelte.dev/blob/5cc3d078d098a4cf436509c69cdb4b5044655c7f/src/routes/tutorial/%5Bslug%5D/Editor.svelte#L40 https://github.com/sveltejs/learn.svelte.dev/blob/5cc3d078d098a4cf436509c69cdb4b5044655c7f/src/routes/tutorial/%5Bslug%5D/Editor.svelte#L133 I found a similar issue to this in the discuss of Codemirror. https://discuss.codemirror.net/t/bizarre-tab-diagnostic-interaction/5207

Reloading the iframe if the `*server.js` files are included will make it better, but it seems that this error still flickers for a moment (I have created #356 for explanation)....

I have heard that the Svelte team is planning to work on i18n. But while waiting for the official i18n feature, you can fork this repository, localize it, and publish...