Yusuke Wada
Yusuke Wada
Hi @ryoppippi, Thanks for the explanation! I understand well that `unknownutil` is not a data validator but a type validator. I also understand that you prefer to use `unknownutil`. However,...
@ryoppippi Okay! Cheers.
Hi @sebastianwessel ! This is super interesting. I'd like to merge this, but please wait a bit. We'll release the v4 of Hono core soon. There will be some breaking...
@sebastianwessel Until that, could you add the CI in `.github/workflows`?
@sebastianwessel Thanks. > From my side, there is no rush, and it's fine to focus on 4.0 Yeah. Please wait a moment.
Hi @sebastianwessel v4 is available now. Can you update this PR?
Hi @sebastianwessel Why not change the name to `typeschema-validator` or `type-schema-validator` instead of `schema-validator`? I think `schema` is too generic, and that library is called `TypeSchema`.
@sebastianwessel Thanks. > I also switched to the `main` instead of all. Here, the user needs to add peer dependencies, depending on the requirements I also think it's good. It's...
Hi @Gablas Not a bad idea, but you can import directly from `@asteasolutions/zod-to-openapi`. ```ts import type { RouteConfig } from '@asteasolutions/zod-to-openapi' ``` If other users don't have much chance to...
#532, the same purpose was merged. Thanks!