Yusuke Wada

Results 118 issues of Yusuke Wada

Currently, we are writing tests for each router, but we want to use one common set of tests to test all routers.

I suggest that the ESLint configuration defined in the following link should permit the use of `any`: https://github.com/honojs/hono/blob/main/.eslintrc.cjs On the user side, we should avoid using `any` as much as...

on hold

### What is the feature you are proposing? Currently, the Cache Middleware throws an error when the `caches` object is not globally defined. However, it might be more convenient, in...

enhancement

May resolve #1632 ### Author should do the followings, if applicable - [ ] Add tests - [ ] Run tests - [ ] `yarn denoify` to generate files for...

on hold

From discord. About Hono Client. Sometimes we want to write a common handling when receiving responses. ```ts const res = await client.api.hello.$get() if (res.status === 404) { window.location.href = '/'...

### What is the feature you are proposing? Like this: https://editor.swagger.io/ We may make it without depending external libraries, but I think it should be a 3rd party middleware.

enhancement
middleware

### What is the feature you are proposing? The following benchmark results show a very low score for Hono: [Web Frameworks Benchmark](https://github.com/the-benchmarker/web-frameworks) This is because it is failing to fork...

enhancement

Just trend? But, seems good.

enhancement
on hold

### Which Cloudflare product(s) does this pertain to? Wrangler core, Miniflare ### What version(s) of the tool(s) are you using? Wrangler 3.27.0 ### What version of Node are you using?...

bug

Hi, Firstly, thank you for the great project. In this PR, I've implemented the escaping of a single quote (0x27) to `'`. This modification will prevent the potential execution of...