Chris Carson

Results 9 issues of Chris Carson

### Describe the bug A minor typing thing, but it may be a bug in how types are generated . Given the routes... ``` src/routes ├── +layout.server.ts ├── +page.svelte ├──...

### Describe the bug I'm getting a typescript error when I do this... ```ts import { invalid, type Actions, type ActionResult } from '@sveltejs/kit'; type Invalid = { message: string;...

documentation

### Describe the bug __tldr;__ - The existence of the `+layout.server.js` tree will lead folks to put logic there rather than in `+page.server.js`. - Because SvelteKit decides on the client...

enhancement

### Describe the problem See https://kit.svelte.dev/docs/form-actions#anatomy-of-an-action There is a misleading note: > Note that as a precaution, we only return the email back to the page — not the password....

documentation

### Describe the bug This perfectly legit code... ```svelte ``` ...produces these a11y errors... ``` A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup,...

a11y

### Describe the problem I appreciate the thought & work that went into https://github.com/sveltejs/kit/issues/11144 and https://github.com/sveltejs/kit/pull/11165 but I think it's the wrong approach. The confusion around `return` and `throw` arises...

breaking change
needs-decision

### Describe the bug There's something wonky going on in 5.0.0-next.104, where, _in some cases_, the "in" half of a transition controlled by an if block does not occur in...

bug
transition/animation

### Describe the bug An irrelevant (as far as the state in question goes) modal wrapper results in an `ownership_invalid_binding` warning: > [svelte] ownership_invalid_binding.../src/lib/PretendModal.svelte passed a value to .../src/lib/LuckyNumbersControl.svelte with...

### Bug description The following query fails using the Prisma client... ```ts const test = await db.$queryRaw` SELECT ROW_NUMBER() OVER ( PARTITION BY ownerId ORDER BY createdAt asc ) rowNumber,...

bug/1-unconfirmed
kind/bug
topic: raw
topic: mysql
domain/client
topic: database-provider/planetscale