Yusuke Wada

Results 1706 comments of Yusuke Wada

Hi @nathanclevenger @sam-lippert I made a mistake! That repository I wrote the comment above is wrong! I made the correct repository and sent the invitation to you. https://github.com/honojs/sentry I set...

Hi @metrue ! I have thought about it but have no plans to do it *soon*. As the project grows and becomes used by more people, I will add the...

Hi @metrue and @usualoma ! I want to invite both of you to "*honojs* org" on GitHub. Please become a member of this "org". Basically, I will review and merge...

Hi @metrue , @usualoma Just to let you know, I've started the individual GitHub Sponsor program and added the button to this repository. If you ( just @metrue and @usualoma...

Hi @brillout ! After we've released Hono v2.0.x, we are just taking a wait and see how users use Hono right now. Then, we will make third-party middleware in the...

Hi @uxkjaer ! I want to know your code or snippets. Serving static files is not implemented in the current version (*serve-static* middleware for Bun will be available in the...

I'll close this issue. Feel free to reopen it.

Hi @tokenhousetopdev ! An instance of FetchEvent (event) does not include an `ExecutionContext` object. So, we have to mock it. In the test of Cache Middleware, we make the mock...

Hi @tokenhousetopdev ! Use `app.fetch` instead of `app.request`. `app.request` handles only Request object. To test ExecutionContext, we should use `app.fetch`. Here is all of the test code that really works:...