Johannes Sjoberg

Results 3 issues of Johannes Sjoberg

The type from `z.infer` does not allow `a.z`, but the result from `schema.parse` returns it. See example below: ```typescript import * as z from 'zod' const a = z.object({ a:...

**Have you searched existing Github issues to see if someone has already requested this feature?** Yes **Is your feature request related to a problem? Please describe.** Format SQL blocks like...

If you create your contentful client with an option like `contentful.createClient({ ... }).withoutUnresolvableLinks` and reuse it everywhere, it would improve DX to be able to use `TypeTest` directly instead of...