Yusuke Wada

Results 96 issues of Yusuke Wada

### What is the feature you are proposing? This is not a new feature. Refactoring mater. Currently, `getRuntimeKey()` in `hono/adapter` determines the runtime by checking the `global` object like the...

enhancement

### What is the feature you are proposing? We have to remove the [honojs/hono-minimal](https://github.com/honojs/hono-minimal) project. It's no longer maintained and it will confuse the beginner for Hono.

enhancement

Fixes #3039 ### The author should do the following, if applicable - [ ] Add tests - [ ] Run tests - [ ] `bun run format:fix && bun run...

### What version of Hono are you using? 4.4.7 ### What runtime/platform is your app running on? any ### What steps can reproduce the bug? ```ts const app = new...

bug

Testing: https://hono.dev/guides/testing We have to replace "jest" with "vitest" since [Cloudflare recommends using "vitest" with `@cloudflare/vitest-pool-workers`](https://developers.cloudflare.com/workers/testing/vitest-integration/get-started/write-your-first-test/).

Hi! Thank you for the great project. This issue is regarding the "Docs" feature of the JSR website. Our project prefers to use the arrow function style to define functions...

feature
docs gen

The PR will improve the handling of TypeScript types of status codes in the Response returned by the client. Fixes #2719 Fixes #3170 Fixes https://github.com/honojs/middleware/issues/580 ### Allowing `number` for `res.status`...

Currently, if we create a new Cloudflare Workers project with [C3](https://developers.cloudflare.com/pages/get-started/c3/), C3 will add the following code to `index.ts`: ```ts type Bindings = { [key in keyof CloudflareBindings]: CloudflareBindings[key] }...

### What is the feature you are proposing? If you create a middleware from a function like a factory method, it can't infer types correctly in the handler: ```ts const...

enhancement

See: https://github.com/honojs/hono/pull/3062#issuecomment-2211710698