Yusuke Wada
Yusuke Wada
I have some ideas. I'll share them later.
Hi @subhamnayak76 Thank you for the PR. It's intended that it does not write `export default app` because some platforms do not use it. For example, some are using `export...
Hi @a4arpon Is not [Zod OpenAPI Hono](https://github.com/honojs/middleware/tree/main/packages/zod-openapi) enough? To generate the Sagger docs, we will need a third-party library since we don't have a built-in validator. It will be third-party...
> Can you please do this? As mentioned above, I can only say, please use [Zod OpenAPI Hono](https://github.com/honojs/middleware/tree/main/packages/zod-openapi). It is getting many users, such as [Unkey is heavily using it](https://github.com/unkeyed/unkey/blob/main/apps/api/src/routes/v1_apis_getApi.ts)....
Hi @juliusmarminge This is related to #1706 Enabling customizing a JSON serializer is a good feature. We must consider whether it can keep the TypeScript types for RPC mode(`TypedResponse`). We...
Hi @NamesMT What do you think about this? It will be fixed by changing overload the order them in `HandlerInterface`. But do you have any other ideas?
@NamesMT Thank you for investigating! Hmm, TypeScript is too magical. If so, in the above case, would it be a good way to encourage users to specify the path as...
@sergioxro, Can you create another issue with instructions on how to reproduce it?
Hi @nrzky Thank you for the PR. I'll take a look later!
Hi @vickyRathee There is a conflict of definition of `Response` between Cloudflare's and DOM's. Remove the `dom` from your `tsconfig.json`: ```json "lib": ["esnext"], ```