Yusuke Wada

Results 1706 comments of Yusuke Wada

@goisaki I want to have another one. The search system for the user to find the usage of Hono from the official website, GitHub issues, and Discuss in the repos...

@goisaki Anyway, please ping me if you made any demos or proposals. I also try it if I have time. Thanks.

Hi @lincolnremi Thank you for the issue! Good catch. But please wait a bit. Hey @usualoma ! What do you think of the following? Not only a Pretty JSON middleware...

@EdamAme-x @usualoma Thank you for the comments! Regarding the custom query parser, I prefer to use the syntax @usualoma suggested. ```ts myCustomQuery(c).get(‘foo’) ``` But we should discuss implementing the same...

This issue was fixed with #4110. You can use the latest version `4.8.0` including the fix! Thanks.

Hi @cybercoder-naj Seems to be good, but I honestly, it's a consideration. We/I recommend not using the "RoR-like Controllers": https://hono.dev/docs/guides/best-practices#don-t-make-controllers-when-possible I fear this `testHandler` encourages the users to use the...

Hi @cybercoder-naj Quick question. Doesn't the following method work for you (maybe you meant it as `2`)? https://hono.dev/docs/guides/best-practices#building-a-larger-application I am also thinking that the better way to create a large-scale...

@cjnoname Can you review this?

@usualoma Thanks! Agree all. Can you review this again?