Yusuke Wada

Results 1706 comments of Yusuke Wada

Hi @McAllaster Interesting! But I don't know if we should merge. On my iPhone, I turned on the dark mode on iOS and the webpage dark mode, which currently looks...

Hi @MatteoGauthier This is not a Hono-side issue, but you can refer to this implementation: https://github.com/honojs/vite-plugins/blob/main/packages/dev-server/src/adapter/cloudflare.ts#L31-L40

@rxliuli Thank you for the issue. I think we should not recommend one specific library on our official website. But we can add a "Drizzle on Cloudflare" page on `/examples/drizzle`.

Ah, there is no document for Drizzle on [the examples page](https://hono.dev/examples/)! I really want to have it.

Hi @usualoma ! Thank you for the PR. Using the Node.js API, `node:*`, for Deno and Bun is a good approach! However, though I think you already noticed it, this...

In addition, if we merge this, this issue can be resolved: https://github.com/honojs/hono/issues/3483

Hey @usualoma ! Shall we work on Hono Action as just POC? I think Hono Action will be super helpful with using HonoX. In this PR, it throws the following...

@usualoma Thank you for the response! > It requires a bit adjustment to get it working, and I have confirmed that it works with the following PR content. https://github.com/honojs/hono/pull/4008 I...

@usualoma The reason [it didn't work](https://github.com/honojs/hono/pull/3973#issuecomment-2696483389) was that the JSX settings were wrong! Sorry!

Indeed, though I'm not sure it's within the scope of ConnInfo Helper, I might need to support `X-Forwarded-For`.