Yusuke Wada

Results 1706 comments of Yusuke Wada

Hi @shellscape, I can share two points regarding this. 1. Please evaluate the implications post-usage. The `Suspense` feature hasn't been released yet and will initially be tagged as `experimental`. You're...

I think we can close this issue. If you have a question, please use GitHub Discussions or Discord. https://github.com/orgs/honojs/discussions

Hi @lacolaco > I have no idea whether this is a bug or a feature request. It is indeed hard to know if this is a bug or not, but...

@lacolaco That is neat as an API, but I don't want to do that because I think we would have to create `clone()` for cloning “HonoRequest". Although, I read your...

Hi @niklasgrewe I can't reproduce the bug. Can you show me the minimal project to reproduce this bug? Just for setting and getting JSON value, it works well: ```ts app.get('*',...

Hi @ItsWendell One question. Do you use `setCookie` imported from `hono/cookie`? ```ts import { setCookie } from 'hono/cookie' ```

@ItsWendell Thanks! I see. Hey @Jxck , do you have any thoughts about this issue?

Hi @hisamafahri ! Thanks for raising the issue. You are right! Unfortunately, I only know the way that uses `Union` to export route types as you wrote. I am looking...