Yusuke Wada

Results 1706 comments of Yusuke Wada

Hi @ianzone I'm not so familiar with MITM proxy, but supporting the CONNECT method is out of Hono's score. Hono is built with just Web Standard API, but it does...

HI @gpanders Thank you for raising the issue. There is a similar issue https://github.com/honojs/hono/issues/3751. We have [the hacky way](https://github.com/honojs/hono/issues/3751#issuecomment-2550192019), but using checking TTY is a good idea. Hey @ryuapp! What...

Since version 4.8.0 includes #4094 (thank you, @ryuapp ), the logger looks at `NO_COLOR` in Cloudflare Workers environment variables. So, developers who want to disable coloring can set the value...

@ryuapp Thank you for the comment! Regarding `FORCE_COLOR`, did you mean we can get `FORCE_COLOR` in the app on Cloudflare Workers? I think it's impossible, but can we do that?

> but I can't remember why I drafted it, kinda reach a burnt-out in that time. Haha. I'll take a look at it.

Hi @wogno, thank you for the proposal. I think this is related to https://github.com/honojs/hono/pull/3843 and https://github.com/honojs/middleware/pull/184. Right?

Hey @usualoma @exoego @sor4chi @nakasyou @watany-dev @ryuapp ant others! Please share your opinion if you have it. And if you want to implement it, tell us!

Hi @pranaydwivedi444 I think the screenshot says all of the things: ![CleanShot 2024-09-20 at 20 08 43@2x](https://github.com/user-attachments/assets/32481efc-dbb6-4b4f-b692-0373434fd2f0) It's not a bug.

@pranaydwivedi444 It's difficult to run your code on my machine. Please provide a minimal project that does not use Prisma, Zod, or some libraries. If not, I'll close this issue.

@jraoult Ohh, you are right. We never noticed that. Fixed with #4263. Thanks!