Yusuke Wada
Yusuke Wada
Hi @frankieali This works fine on Bun. ```tsx import { zValidator } from '@hono/zod-validator' import { Hono } from 'hono' import { cors } from 'hono/cors' import { raw }...
I can't reproduce it on Bun. And it's not related to Vercel's matter. We can close it now
I think this is a TypeScript matter, not Hono's matter. Upon investigation, the reason is that the following ToSchema is not correctly expanded. That should be as follows: ```ts {...
You can use WebSockets with the current version of Hono on Deno. Refer: https://github.com/orgs/honojs/discussions/755 It can also be supported on Cloudflare Workers. More info: https://developers.cloudflare.com/workers/learning/using-websockets/ Supporting more WebSocket features is...
Hi @JustJoostNL ! I've written an example. Try this! ```ts // websocket.ts import type { WebSocket as CFWebSocket } from '@cloudflare/workers-types' import { Hono } from 'hono' import { html...
Yeah, making a "universal" middleware is make sense.
Hi @RobertSasak, Thank you for creating this. Since it's an issue with `@hono/node-server` (it's fine to create the issue here), could you first provide the version number of your `@hono/node-server`?
Hi. Is this problem still happening? I don't have an environment for Firebase. If it's not resolved, I'll make it and try to investigate.
Hi @typicode ! I think that is a great idea. I also wanted the feature like session flashing, as you said. I'd like to hear others' opinions. @usualoma @watany-dev @Code-Hex...
Hi @sor4chi > If it's okay with you if we continue to submit PR, we'll get to work on it. Will you do it? Please!