Yusuke Wada
Yusuke Wada
@mohankumarelec Thank you for the PR! Hey @NamesMT What do you think of this feature? I think this is an interesting idea. But I don't know if the API is...
Hi @DavidHavl ! Sorry for the late reply. This idea is very interesting. But, I could be wrong, if we can use Node.js's EvetEmitter, is that enough?
Hi @DavidHavl Sorry for the late response. This would be great! I have two requests for changing APIs. What about introducing `defineHandlers` function to make it easy to define the...
Hi @DavidHavl Sorry for my super late reply. I was considering we have to merge this to Hono core (`honojs/hono`). But I decided we don't merge this Event Emitter Middleare...
@4513ECHO Hmmm. It's expected behavior. HonoX does not support React Server Components, so it can only handle JSON-serializable props.
Hi @miyaji255 Thank you for the PR. This is super interesting. I think I know the usage, but can you share a use case of this `NotFoundHandler`?
@miyaji255 Thank you for the explanation. Your example should be the following: ```ts declare module 'hono' { interface NotFoundResponse extends Response, TypedResponse {} } ``` And, I think you should...
Hi @miyaji255 Looks good to me! I'll include this feature in the next minor version. I'll merge later. Thank you!
This PR will resolve #4536.
@AyushCoder9 Thank you for the PR! Hi @elibarzilay! What do you think of this PR? I think good.