-
**Describe the bug**
get_slug() is used for generate component name. If route has multiple parameters, get_slug will get a strange name.
**Current behavior**
test/[foo]/index.svelte => test_$foo
…
-
Not gonna lie, I have mostly no idea what is involved in this. But it would be cool if we could get red squigglies for code like this...
```js
/** @type {number} */
const num = 'definitely not a …
-
I am now sure whether to post the issue here or the svelte repo.
There is no standard tooling and easy way to document svelte components.
**Describe the solution you'd like**
Something like http…
-
When importing the package into a svelte-kit project, an error is thrown telling the `export is undefined`
This a known issure with vite (the bundler of svelte-kit) atm, when using cjs modules.
http…
-
### Describe the bug
Normally, in a Svelte or SvelteKit + Typescript library project, if a Svelte component has comments on its props, the comments can be seen in the `.svelte.d.ts` file generated …
-
### Describe the problem
Consider `src/routes/[foo]/[bar]/[baz]/+page.svelte` route.
In the `src/routes/[foo]/[bar]/+layout.ts`'s `load` function,
- `params.foo: string`
- `params.bar: string`
…
-
Hi! Variables with interface throw error "Unexpected token eslint(ParseError)".
This is in the latest clone of the template. "version": "2020.09.10",
```
npm run eslint:fix
/.../sapper-typescr…
-
### Describe the bug
The `````` component is not customizable as the other components. Using `````` will affect it's label, not the checkbox itself. For instance, if I want to change the checkbox's …
-
### Overview
One of the best features of Next.js is incremental static regeneration. It would be great to have something similar to it.
https://nextjs.org/docs/basic-features/data-fetching#inc…
-
Starting a new thread to avoid crashing the Electrum based issue chat...
So the core of this Atomic Swap utility works really really well with PiNodeXMR. Both swapd and swapcli are easy to build wi…