Martin Podloucký

Results 6 comments of Martin Podloucký

It is more then a year later. I am curious why is this not merged yet. Is this plugin still being maintained or is it dead?

This is a dealbreaker for me. NPM is not usable in my project as it just does not install some of the dependencies no matter what I do. Yarn works...

The problem is, that `catch` does not do what is described here. Let's have a simple schema with defaults like this ``` const PersonSchema = z.object({ address: z.object({ street: z.string().default('Trafalgar...

Thank you @velut, but this works the same as if there were `default` calls instead of `catch` calls on each field. When the address is completely missing in the input,...

@velut yeah, I suspected something like that would be the solution. I believe though, that what I need could be a common usecase for this library.

Glad to hear that. Is there some issue or report from NPM stating that this has been resolved? I would much like to switich back to NPM from Yarn, but...