Yusuke Wada

Results 1706 comments of Yusuke Wada

The following using `$post` is working correctly. Expected. I'll close this issue. If you still have a problem, please create a new issue. ```ts import { OpenAPIHono, createRoute } from...

Hi @Bobetti I wonder if this is not a bug, but it's hard to prepare a project to reproduce it. If you provide a minimal project to reproduce this issue,...

I think we can close this issue now. Thanks!

Hi @BarryThePenguin Deos it mean this error? ![CleanShot 2024-07-18 at 18 03 06@2x](https://github.com/user-attachments/assets/a70e996a-b237-453c-9a9a-51fae04911bc)

@BarryThePenguin Thanks! Hmmm. Now I don't have a solution. @gaetan-puleo Do you have any thoughts?

Hi @lucaspieran @Code-Hex Can you answer this issue?

Hi @DaveLo This is related to https://github.com/honojs/hono/issues/3341 https://github.com/honojs/hono/issues/3202 https://github.com/honojs/hono/issues/3202https://github.com/honojs/hono/issues/3198

Hi all. I do not fully understand this problem. I think we can define the recursive types with the following code. Is not enough? ```ts import { createRoute, OpenAPIHono }...

@constantins2001 You should write `path: "/{userId}/websocket"` in `createRoute`.

@constantins2001 The slash at the beginning is needed for the path. It’s an expected behavior.