Yusuke Wada

Results 1706 comments of Yusuke Wada

Thanks @Kyiro I too would like to make Hono support JSR, but I haven't started working on it yet. Even if we could, I think we would have to figure...

I'll be working on it for the next minor release.

I have some ideas. Wait a minute.

@nakasyou You are right! I'll work on it. Thank you!

@nakasyou I've added the description for it on the migration guide and the readme: https://github.com/honojs/hono/pull/2879 Plus, announced it on X. Thanks for your suggestion!

Hey! This was really completed by #2662. Closing!

Duplicated #1726

This is a duplicate issue, so I am closing now.

@htunnicliff I don't see the benefit of this feature with just the information provided. Adding code to `hono-base.ts` isn't easy, as it's a core. We need a significant reason to...

Hi @htunnicliff, Hmm, I've thought about your proposal, but I don't think it's particularly beneficial. For instance, we can already write code like this: ```ts const app = new Hono()...