Paolo Ricciuti

Results 32 issues of Paolo Ricciuti

## Svelte 5 rewrite Should fix #11286 the problem was that when you pass a spread and try to access a prop before the spread the code access the spread...

## Svelte 5 rewrite Fix #11457 ~the test is actually failing because i don't know how to write the test let the suite check the html only on the server...

## Svelte 5 rewrite Fixes #11462 by setting `snippet` as the `parent_element` in the validator statement when a Snippet is encountered. This obviously could allow for something like this ```svelte...

## Svelte 5 rewrite Closes #11467 ...this uses a slightly more advanced regex to determine if a part of a member access should use a literal or an identifier to...

### Describe the bug Kind of a niche one but i was trying to integrate sveltelab with the svelte language server (which use the `vscode-json-rpc` under the hood. To trigger...

tracked

### Describe the problem Right now the profile load quite slowly because it's loading the whole file tree. In theory it should be possible to avoid that by creating a...

enhancement

### Describe the problem This is something that I always wanted, opening this issue to kinda commit to do it 😄 I would like to have an explore page with...

enhancement

Closes #144 adding ability to select a category for an REPL and a pane to quickly swap between apps. Some notes: - Before we merge we need to migrate the...

### Describe the problem In theory if we alias g4c to git we should be able to support installing dependencies from github repos. ### Describe the solution you would like...

enhancement

### Describe the bug Title ### Reproduction I don't know yet how to reproduce. This is to keep track of it ### Expected behavior A single route should be displayed...

bug