Yusuke Wada

Results 96 issues of Yusuke Wada

Hi there ✋ It's not sure that you know this way already, but I want to tell you. I know how to get multiple query params with `ittry-router`. Inside of...

enhancement

Hi! Upgraded *undici* to `v5.8.0`. This release fixed the vulnerabilities. https://github.com/nodejs/undici/releases/tag/v5.8.0

I've already got twitter account `@honojs`. This account will be helpful in promoting Hono.

I have an idea, "*Validator Middleware*". I plan that I'll make it with [validator.js](https://github.com/validatorjs/validator.js), which is used in [express-validator](https://express-validator.github.io/docs/). So, it will depend on the external library, which will be...

issue:middleware

We can make "Sentry Middleware" using "Toucan". It will be as a third-party middleware. If we decide to make it, the repository and package name will be: ``` github.com/honojs/sentry @honojs/sentry...

issue:feature request
issue:middleware

We have to write about third-party middleware on `honojs.dev`.

How about building [Apollo Server](https://www.apollographql.com/docs/apollo-server/) Middleware as third-party middleware? GraphQL middleware is available, but Apollo Sever middleware would be nice to have. Repository and npm repository name will be: *...

enhancement
middleware

There is a request to extend Context. Discussed at #410 and https://github.com/honojs/honojs.dev/pull/1 The possibility of adding `c.afunction()` by the middleware is a good feature, I think. But I don't have...

enhancement

I want to know which platform the application works on. Is it on Cloudflare? Fastly? Bun? Deno? If we can get the name of the platform by `Context.platform`, it's useful...

issue:feature request

My english is poor 😥 please write documents in better English. For examples: * README * What is Hono * Features * Usage * API * Demo * With Cloudflare...

issue:help wanted