mbaroukh

Results 5 comments of mbaroukh

I agree it would be nice to use be able to extend a common inputType for all List method parameter of entities.

Hi. Yes, a new version without those files would be great because 1.2.5 AND 1.2.4 are unusable with typescript without removing those files manually. As a new user to this...

Hi. I run into the same issue today for hono generator and int values. orval generates this : ``` export const listQueryParams = zod.object({ current: zod.number().min(1).optional(), pageSize: zod.number().min(1).optional(), }); ```...

> PR is welcome! yes, trying actually. Adding tests in hono package which doesn't have any. But I have to understand the setup :).

there is a long way to go ... Just managed to reproduce in a test case for now ... https://github.com/mbaroukh/orval/commit/a6faf49b409a916bbf710dc43e69e5a40e8e42e1 I will be able to continue only next week.