Felix Guerin

Results 8 issues of Felix Guerin

### Describe the bug When using the `sequence` helper to chain multiple handle functions, `transformPage` is only actually run in the last one. Not sure if it was intended or...

enhancement
breaking change

### Describe the bug As the title describes, the `Load` function type generated by Sveltekit casts the `params` as an empty object, since the file is at the root of...

enhancement
types / typescript
p2-nice-to-have

### Describe the problem The new actions and forms api is very good, but I was very surprised (probably misread the docs and migration guide) to find out that the...

enhancement

### Describe the problem Sveltekit's router handles very well the focus and hash navigation, but it would be nice to be able to handle this manually sometimes using the same...

enhancement

### Describe the bug I get an IDE warning for `a11y-mouse-events-have-key-events` when using `mouseover` and `mouseout` events along with `focusin` and `focusout`. In my opinion they should be treated the...

### Describe the bug Since Sveltekit 2.1.0 (specifically this PR https://github.com/sveltejs/kit/pull/11340/files#diff-9e558fcdee2759e3a180281c10a134e7caa6123e746f91178e20ec1b9d61be76R1964), the `onNavigate` callback return type has been updated to `MaybePromise`, whereas it was `MaybePromise void>` before. Since the docs...

I want to include a template using `ignore missing` like so: `{% include 'template-name' ignore missing %}` but the plugin removes it when I format the code. I haven't seen...

Right now the peerDependencies indicate Svelte 3.x, which prevents me from upgrading to Svelte 4. Is there any plan on changing that to allow Svelte 4 compatibility?