Yusuke Wada

Results 1706 comments of Yusuke Wada

I think this can be provided as third-party middleware:

Hi @Weilbyte ! > I'm thinking it would be ideal to implement a couple of basic stores (memory, cloudflare kv, redis) and also let the user specify a custom store...

Hi @ThatOneBro I'm glad you said you'd help! I've reconsidered. The documentation of third-party middleware will be written by the author in the REAMDE.md of GitHub repository. Not on `honojs.dev`....

@ThatOneBro Also, my English isn't good 🥲 , so please rewrite everything if it's wrong and not sufficient.

Thank you! I'll consider this feature.

Hi @jthou Can you set an executable flag to the `gh-markdown-preview`? ``` chmod +x C:\Users\lenovo\AppData\Local\GitHub CLI\extensions\gh-markdown-preview\gh-markdown-preview ```

I can close this Issue for now!

Hi there. That is very interesting but is getting out of Hono's scope. I don't want to create a standard, I want to create Hono. We just want to talk...

@eliezedeck While it's true that writing `c.prisma` is shorter, I avoid extending `Context` directly. Hence, I recommend using `c.set()` and `c.get()` or `ContextVariableMap`: ```ts declare module 'hono' { interface ContextVariableMap...