-
### Describe the bug
When a CSS file that has been generated by sass is imported into the project, route endpoints are called more than once when the Chrome debugger is open with an incorrect route…
-
Instead of plugging state into Svelte Toy, have it be automatic.
-
### Check for existing issues
- [X] Completed
### Describe the bug / provide steps to reproduce it
Given the following code, where `i` is unused:
```svelte
const data = [1, 2, 3, 4];
{#e…
-
### Describe the bug
## Background
When using `svelte` with `svelte-preprocess` and `sass`, it should be possible to use SASS [parent selector](https://sass-lang.com/documentation/style-rules/pa…
-
### Describe the bug
Environment: Windows 11
Docker OS: Linux
When attempting to build and bring up a local docker container, failures occur. See steps below
### Link to the Bolt URL that caused…
-
### Please verify the version of auro-icon you have installed
4.0.2
### Please describe the bug
```
npm create svelte@latest my-app
cd my-app
npm install
npx sb init
npm i --save @alaskaairux/…
-
Only 6 kinds of fonts are supported.
Maybe in Windows/Linux/Other OS, the svelte code can find out all fonts.
-
I spoke recently with @sam-at-pieces and I feel the way Pieces handles conversations (and especially processing metadata around them) is one of the features that helps a ton.
I took some time struggl…
-
What could i be missing?
```
import { onMount } from 'svelte';
import { tick } from 'svelte';
onMount(async () => {
await tick();
// Load CindyJS script dynam…
-
### Describe the problem
I am trying to build via native svelte and it takes 200 ms to build a static files
```
npm run build
> -xtreme@0.0.0 build
> vite build
vite v5.4.10 building for…