Yusuke Wada
Yusuke Wada
"zod-to-openapi" looks good. I'll check it in more detail later.
@kiancyc Is Hapi's generator this?: https://github.com/hapi-swagger/hapi-swagger @ZerNico Yeah, it's great that we can support Zod, Valibot, Joi, or others. Hono's validator (though the design might not be the best) can...
I've tried "[zod-to-openapi](https://github.com/asteasolutions/zod-to-openapi)" and a new feature for the validator. Even though it's not released yet, I've made the zod validator capable of receiving the schema argument to validate response...
@rafaell-lycan We don't have to close. Do you mean a "discussion" is one of [a GitHub Discussion](https://github.com/orgs/honojs/discussions)?
Hi! @masnormen You are correct, Hono's Validator does not validate the response. What Zod OpenAPI does now is very loose validation. I would like to think about this issue. Thanks.
Hi @hanumanjiblog ! Thank you! @metrue How do you think about it?
Hi @ryeshrimp @MatteoGauthier I know this issue, and it is reproduced in my environment. But it's difficult to remove the warning messages now. This is a Cloudflare Workers/workerd specific issue,...
Hi @kodster28 > https://developers.cloudflare.com/workers/tutorials/store-data-with-fauna/ I think this tutorial uses the latest tools - Hono, TypeScript, and Wrangler v3. This refers to https://github.com/yusukebe/fauna-workers instead of https://github.com/fauna-labs/fauna-workers/tree/master. Can you check it?