Yusuke Wada

Results 1706 comments of Yusuke Wada

I tried the cases that were commented on this issue: * https://github.com/honojs/hono/issues/3736#issue-2726757587 * https://github.com/honojs/hono/issues/3736#issuecomment-2814695601 * https://github.com/honojs/hono/issues/3736#issuecomment-2817946197 * https://github.com/honojs/hono/issues/3736#issuecomment-2973609493 I can confirm these issues are fixed with the latest `4.8.3`. I'd...

Hi @sor4chi @watany-dev I'll work on it if I have time, but can you handle this if you can?

@Ariel-Moroshko Nice! I'll merge it now. Thank you!

I'm planning that the `serveStatic` supports Windows: https://github.com/honojs/hono/pull/3477

I'll close this issue since there is no response. Thanks.

@usualoma Thank you. Looks good to me! > Although this usage pattern is not very common, since it involves a change to the core behavior, I think it would be...

Hi @Gumichocopengin8 It's interesting to support Zstandard for the Compress Middleware. But currently, it can't. The `CompressionStream` used in it does not support Zstandard yet. https://developer.mozilla.org/en-US/docs/Web/API/CompressionStream

@firstaxel It's hard to reproduce your problem with just your information. Can you share a minimal project to reduce it?

Hi @danielo515 I tried to enable it, but I remember it's super hard or impossible due to TypeScript limitations, and I gave up. The type definitions around handlers are extremely...