Yusuke Wada

Results 1706 comments of Yusuke Wada

Hi @nakasyou Thank you for working on it! I have a quick question. Does using Bun as a package manager mean all middleware packages should work on the same version...

@nakasyou Thank you very much! I too, tried your repo. I think it's no problem going with your plan. Regarding semantic versioning, as you said, there are incompatible Types(we have...

@nakasyou I think it would be good to create a branch like `bun-pm` for these changes and merge PRs to the branch. And all will be done, merge it into...

@nakasyou Created the branch: https://github.com/honojs/middleware/tree/bun-pm Base your PRs on that branch. If everything is finished, I'll merge it into the `main`.

> I haven't written code to run on CloudFlare Workers before (so this might be a bad work-around), but I understand that they have an empty ```process.env``` object. Could you...

Hi! Thanks to @ryuapp, the logger will disable coloring if you set `NO_COLOR` in Cloudflare Workers environment variables since version `4.8.0. @kingmesal Is this an expected feature? If so, can...

Hi @Rick-Phoenix Thank you for the issue. It is a known issue that the Zod OpenAPI can't validate the value of the response: https://github.com/honojs/middleware/issues/181

@askorupskyy Ah, I'm also considering the same approach: using a helper to validate the data before `c.json()`! This approach may not be only Zod OpenAPI function, but we can make...

@nakasyou Thanks! @neolectron Thanks for pinging.

Hi @chadxz Sorry for being super late. > Would you be open to a PR adding shutdown handling for SIGINT? Yes. It would be helpful!