Yusuke Wada

Results 1706 comments of Yusuke Wada

Hi @Kyiro Thanks for the PR. I'll take a look later!

Hi @Kyiro, This looks good. Using `env` to handle `incoming`, `socket`, and `head` is a good approach. I have two things for you. First, could you write proper tests for...

@Kyiro, Ah, there's a type mismatch. But could you still push the tests, even if they fail?

Hi @yudai-nkt ! Thank you for the help and suggestion. We could recommend using the "npm create hono" command, which clones the starter templates. ```txt npm create hono@latest my-app ```...

Hi @NamesMT I'm sorry. I can't fully understand what you are intending. Could you share the expected API with the actual code?

Thanks! @NamesMT I got it well. Give me a minute to think about it.

Hi @bingtsingw I also want to have the feature! Currently, it throws a TypeScript error when a handler is not async. ![CleanShot 2024-04-20 at 16 47 49@2x](https://github.com/honojs/hono/assets/10682/0c8589a9-1f02-4e0d-a4cd-ac522bf897ab) But if it...

Hi @KGZM We should use [`env()` in `hono/adapter`](https://hono.dev/helpers/adapter#env). ```ts import { env } from 'hono/adapter' ``` That, the code in the search results is not good. Many of these were...

First, I've removed the `example` directory https://github.com/honojs/node-server/commit/6c0dade29b98c92d696e3315fd790506ad7a8b79. I think it's better to put the examples in other places such About benchmarks. I recommend using [Oha](https://github.com/hatoo/oha) or [bombardier](https://github.com/codesenberg/bombardier) than autocannon because...

Hi @that-ambuj It looks good! I've already stared that repository but, I did not try yet:)