Yusuke Wada

Results 1706 comments of Yusuke Wada

This is a bug in `@hono/node-server`. You can reproduce it with the following code without `hono`. Should be fixed. I'll transfer this issue to the `honojs/node-server` repository. ```ts import {...

Hi @usualoma Sorry for again and again. This memory leak is caused by introducing a lightweight request in the Node.js Adapter. As proof, the problem does not occur with version...

Hi @KilianB Hmmm. `node:http2,` which is implemented on Bun now, is a Node.js API. The `hono` package in this repo does not support Node.js API. We may use the API...

Hi @websharkdev thank you for creating the issue. Seems to be good! You can add the page about Better Auth with Hono in [the `Examples` section](https://hono.dev/examples/) on our website. ![CleanShot...

Hey @usualoma ! Can you review this?

@usualoma I have some thoughts related to https://github.com/honojs/node-server/issues/203 and we don't have to hurry to merge this because this PR may be not needed. So, please don't review this now....

Hi @samuelgoldenbaum @johnhkelley1 Sorry for being late. Can you try it with the latest version of `hono`?

@kwolfy What runtime does that occur on? Bun? Node.js? Others?

Can someone provide a minimal project to reproduce this issue?