Jack Goodall

Results 4 issues of Jack Goodall

### Describe the bug I've been trying to get data from a nested `+layout.server.ts` to invalidate using a custom identifier. I have a file structure like this: ``` routes/ |-...

Could support for CUIDs and NanoIds be added? Can be used in the same way as uuid: ```ts import { cuid, CUID, NanoId, nanoId, PrimaryKey } from '@deepkit/type'; class User...

enhancement

### Describe the problem [Function bindings](https://svelte.dev/docs/svelte/bind#Function-bindings) are awesome, but you need to pass the getter and setter explicitly: `bind:value={get, set}`. This syntax can become verbose and repetitive, especially when the...

### Describe the bug Since `[email protected]`, when building a component that uses `setContext` with Rolldown (or Rollup) for SSR, the build succeeds but the component throws a `lifecycle_outside_component` error at...