Yusuke Wada

Results 1706 comments of Yusuke Wada

@abhix4 Does the network work correctly?

@abhix4 Hmmmm. This repo's CIs are also running on Ubuntu, but they do not fail. I'll wait for someone to help.

@abhix4 Thank you! Hi @MathurAditya724 @ryoppippi. Do you have any idea how to solve this?

@ryoppippi Do you have any idea how to reproduce it? I can't reproduce it in my environment.

Hi @missinglink This is a great feature! As you said, we can consider whether `force` should be the default. But currently, let's go with this. We may include this change...

HI @haochenx I think this will be caused by Wrangler automatically compressing the content and adding a `content-encoding` header. Does changing the proxy address, such as `https://example.com` work? If so,...

@haochenx Thanks for the explanation. I haven't investigated it yet, but it seems to be a problem with the [`@hono/node-server`](https://github.com/honojs/node-server). The error is not thrown when I run it on...

@haochenx `@hono/vite-dev-server` is using `@hono/node-server` internal. So I think it's a problem with `@hono/node-server` though I've not investigated the details.

@haochenx > Thanks for taking a look and my apologies for the late reply. I can confirm that if the upstream does not use compression, hono will behave as expected....

Thanks. As I said above, it's `@hono/node-server` matter. You can reproduce it with this code without `@hono/vite-dev-server`: ```ts import { Hono } from 'hono' import { serve } from '@hono/node-server'...