Yusuke Wada

Results 1706 comments of Yusuke Wada

Hi @NicKAnderson038 This is an interesting proposal. But I don't agree with the "JavaScript" in the starters. Hono is based initially on TypeScript (though we started to create Hono with...

@AlejandroSanchez90 This seems to be not a Hono matter. If you still think this is a bug on Hono's side, please provide a minimal project to reproduce it.

I'll close this issue. If you have any problem on Hono-side, please reopen it.

Hey @usualoma . This middleware is unique and exciting, and implementations like `except` are very interesting. I think there are other use cases like this where we want to control...

Hi @usualoma Sorry for the super late reply. My concern is only the naming! Honestly, I don't like a `predicate`. I also think the `compose` is best, but as you...

Hey @usualoma @EdamAme-x ! I'm considering it. Your suggestions are good, but: * `hono/composite-middleware` is long. * `hono/compose` and `hono/grouping`: users may imagine this as another feature. And `arrange` seemed...

@EdamAme-x I prefer `combine` to `join`. The meaning of `combine` is better. According to ChatGPT: > In summary, "combine" is about mixing things to create something new, while "join" is...

@usualoma > There is no functional problem, but I am a little concerned about whether it is acceptable to have a dependency on TrieRouter. I have considered it for a...