Tadeáš Peták

Results 3 comments of Tadeáš Peták

Having the exact same problem since updating some dependencies last week. A simple `@ts-ignore` solves it for now, but that's far from ideal, of course. I suspect it might have...

Being able to run a `dev` server on an `https` domain (`localhost`, `lvh.me`) would be wonderful 👌

Just encountered a reverse issue of this: When using `z.record(z.nativeEnum(...), z.boolean())`, the resulting record is **not** partial but exhaustive instead. Would be awesome if the behaviour of `z.enum` and `z.nativeEnum`...