Tal500

Results 38 issues of Tal500

### Describe the problem It took me couple of hours to understand why `npm ci && npm pack` doesn't produce a valid NPM package. After digging into [`rollup.config.js`](https://github.com/sveltejs/svelte/blob/master/rollup.config.js) I have...

docs

### Describe the problem SvelteKit include the ability to prefetch pages while the user is hovering over a link. However, a the prefetched data might not be relevant after a...

enhancement
p2-nice-to-have
prefetch

### Intro Solves #165. One of the reasons this issue was critical is because of serving SSR on two different languages in the same time, but we gain much more...

Should add to package.json the following lines: ```package.json { "scripts": { "prepare": "npm run build", } } ``` This makes `npm install kaisermann/svelte-i18n` just works, by downloading the source from...

**The Problem** The initialization of svelte-i18n sets the preferred language in a global variable. While this is acceptable for client, it is not acceptable for the server (with SSR). The...

enhancement
help wanted
good first issue

Use pnpm for performance, it's also the one used in the official development of SvelteKit. This is better than Yarn both in faster time and the ".node_modules" directory takes less...

This is a mega PR for this project, to be more in the "Svelte(Kit) way". Briefly, what I have done: * Move to PNPM (based on #106), use Storybook via...

There is a bug while trying to start dragging. The user can accidentally select one pane content, if he is fast enough. In Firefox, if the user goes to the...

Following #89, I am wondering why can't the library detect automatically whether it's in RTL or not. The discussion has started because of [the following discussion](https://github.com/orefalo/svelte-splitpanes/issues/3#issuecomment-1140470399) in the Svelte port...

Just saw the awesome demo on YouTube of this library. I noticed that it had tables of properties of the component, but you need to specify them manually in your...