-
**Describe the bug**
When requesting the path `/foo/a%252Fb%252Fc` directly from the server, the used slug will be `a/b/c`, however when navigating to `/foo/a%252Fb%252Fc` from another page the slug …
tyilo updated
4 years ago
-
### Describe the bug
When navigating _from_ a page that has a `transition` defined on any component, scroll preservation of a previously visited site is broken, and the scroll is "all over the plac…
-
I'm facing a problem with this commands:
```
-require myFn.js
-run "myFn('foo',{optA:true,optB:false})"
```
The curly braces of the options-property are interpreted as template identifiers a…
indus updated
4 months ago
-
I am spending much of my time and energy on completing the components and making them robust, I am completing the documentation in a hurry, some problems with the current docs are:
- a little bland…
-
When I install the basic template from instructions and try to update some packages on it, I receive the following error
![error](https://user-images.githubusercontent.com/13552351/194535032-e…
-
Use the native `typescript` package
AST Viewer: https://ts-ast-viewer.com
## Plan
- [x] Pase variable definitions (private data items)
- [x] Parse exported variable (public data items)
- [ ] Pa…
-
It would be great if this also could support multiple items per row, to enable grid-like views.
Would you be interested in expanding VirtualList to take an itemsPerRow parameter?
``
-
### Version
1.0.0
### Reproduction link
N/A, just do npm install and you'll see the errors
### Operating System
Mac OS X Big Sur
### Device
MacBook Pro
### Browser & Version
FireFox 85.0.1
#…
-
### Describe the bug
I don't understand why the infinite loop happens.
```svelte
const items = $state([1,2,3]);
async function init() {
items.push(4);
}
{#await init()}
load…
qupig updated
5 months ago
-
As an alternative to `degit`, `npm` now supports a template in the init command.
https://docs.npmjs.com/cli/init
Usage could look like this
```shell
npm init @sveltejs/sapper --webpack
```
…