Yusuke Wada
Yusuke Wada
Hi @Micnubinub Is your suggestion like these? * https://github.com/honojs/middleware/pull/184 * https://github.com/honojs/hono/issues/2439
@AprilNEA It's interesting. I also thought of using the client with SWR. We'll need to consider implementing the patch you gave us. However, the library with the `useHC` export should...
Hi! We've added `parseResponse()` helper in #4314 and you can use it: https://hono.dev/docs/guides/rpc#parsing-a-response-with-type-safety-helper Is this what you wanted?
Hi @speyar Lacking types of the error object is caused by a TypeScript limitation. So, your way seems to be the best. Thanks!
Hi @Digital39999 Exporting `Context` class and adding LinearRouter.matchRoute static methods are different things. Can you separate them?
@Digital39999 Please separate them into two issues. I think we should discuss them separately.
@Digital39999 Thanks!
@Digital39999 > Developers often need to construct or manipulate context objects directly for testing, unified request handling (e.g., WebSocket + HTTP), or extensions. Can you provide a concrete code (pseudo-code...
@Digital39999 Thank you for showing the use cases. Regarding Use Case 2, please test the app that the middleware has applied. Like this. ```ts import { Hono } from 'hono'...
@NfNitLoop Thanks! This is a bug.