Yusuke Wada
Yusuke Wada
Hi @tokenhousetopdev, The problem is solved? Addition: Wouldn't below work? ```ts c.executionCtx.waitUntil(doSomething()) ``` `c.executionCtx` is designed to work in both Service Workers and Module Workers mode. So, it should work...
It seems OK to close this.
Hi @techwebdocs This error occurred by this bug of Bun. https://github.com/oven-sh/bun/issues/677 The only one thing that we can do is wait to fix the bug.
This seems to be closed.
Hi @Code-Hex ! In fact, there is such the feature that is not documented: https://github.com/honojs/hono/pull/226 ```ts const v = c.get('key') c.set('key', 'value') ``` How about using these methods? If they...
@Code-Hex Thank you for telling me your thought. Exactly, extending the context will make that user confused. It should be easy to understand and should be a simple implementation. Hmm....
Hi @metrue ! > Could you provide some use cases for this For example, I'm planning to make the "*Validator Middleware*" https://github.com/honojs/hono/issues/425. In this middleware, the user must get the...
@usualoma Ultra Great! I've tried it for "*Validator Middleware*" which is WIP, it worked, and I've felt fine DX. It seems that writing `declare module...` is trouble, but this is...
Hi @usualoma ! > I believe the following is often the good pattern for users Agree. I think it would be easier for users to understand if there is an...
Hi @nathanclevenger ! Please give me a moment to summarize what I want to say!