Yusuke Wada

Results 1706 comments of Yusuke Wada

@EdamAme-x Yes. Interesting. What we have to consider is that the process is not permanently on Cloudflare Workers. This means that if you can build something and place it globally,...

Hi @mayone-du Thank you for the issue. This should be fixed. But we need time since it is a little difficult. @NamesMT Can you also take a look if you...

@rtritto Have you ever tried [`@hono/vite-dev-server`](https://github.com/honojs/vite-plugins/tree/main/packages/dev-server)? It can HMR as a dev-server for Vite.

@rtritto That is the limitation of the routers. You can't do it.

Hi @sor4chi I don't want to introduce the polyfill of EventSource Parser. It increases package size and maintenance costs. Can you make it work with extending global objects like `globalThis.document`?...

@sor4chi @nakasyou Thank you for the comments! The problem I'm having is not the bundle size but the package size. In other words, the amount of code included in the...

@sor4chi Thank you for your understanding!

Hi @RobertAron Does that depend on other libraries, such as `eventsource`?

@RobertAron I see! > [Here's the repo](https://github.com/RobertAron/hono-type-sse/tree/main). I haven't actually published the package but I think I'm 95% ready. I'll probably make a few more tiny tweaks tomorrow and post...

@RobertAron Thank you for the project. Ideally, we would like to be able to use the syntax `client[‘sse-endpoint’].$sse()` and have it fully integrated into `hono`. Therefore, your library cannot be...