Yusuke Wada

Results 1706 comments of Yusuke Wada

> I may not have expressed myself clearly. The value of the date type will be a string, this is certainly the case. However, why is the inferred type also...

Currently, there are no updates on this matter.

@puerschel93 I can't reproduce it. Can you share a minimal project to reproduce it?

@ctsstc I can't reproduce it with only your information. Please provide a minimal project to reproduce it.

Hi @EdamAme-x I can't completely understand what you want to do with this, but I think it's good to use `c.set` / `c.get`. `c.render` and `c.setRender` can be used not...

Hi @EdamAme-x I think this approach is okay (actually, there is only this way), though the overheads are heavy as you said. I'll check the problems.

Hi @moroshko Thank you for raising the issue. Exactly, it is reproduced. @nakasyou Sorry for pinging again. Can you take a look? But I don't know if it's a Hono-side...

@nakasyou Thank you! I'm working on it.

@nakasyou I'm not sure it's the perfect solution, but prefer "1"; putting the `websocketConns` value on the global like this: ```diff diff --git a/src/adapter/bun/websocket.ts b/src/adapter/bun/websocket.ts index 34b5b1ef..0c6b08cd 100644 --- a/src/adapter/bun/websocket.ts...