Carlo Taleon
Carlo Taleon
+1 on this. As a workaround I did this: (Separating 3000 backend and 3001 for ws) https://github.com/honojs/hono/issues/3013#issuecomment-2182893397 But encountered this: (Two instances of `EventEmitter` if I separate them, so not...
To add more to the discussion. Here's a video to demonstrate that visually. I was thinking I could just change the HMR port so it doesn't conflict with each other...
Update: I also figure of adding `createDerivedSpring` by the way, so that there's a similar API that works like the current `createTween`'s API which doesn't return a setter, but takes...
Hi @thetarnav just pushed the latest changes based on your review. Thanks so much for the very thorough comments on it. I haven't done the tests related to timeouts yet...
Awesome work guys! Couldn't really check the past week, it's been a very busy month for me. Thanks for adding in your insights @thetarnav @rcoopr! π¦Ύπ₯³
@tszyan Correct me if I'm wrong, but isn't handling redirection/guarding on a SPA not Vike's job, but rather the frontend framework (client code) you're using? For me on SolidJS, I'm...
@sebastiandedeyne I see! How are you hosting the site at the moment? This actually doesn't need to be hosted on Vercel. The satori and @vercel/og packages can pretty much run...
After some experimenting, this one actually works: https://github.com/vikejs/vike-node/blob/main/packages/vike-node/src/runtime/adapters/connectToWeb.ts it's by @nitedani. Here's my [current code](https://github.com/Blankeos/realtime-user-status/tree/d1d0eefda5c2dbaf41d5e58daa0d4aec3379d64b) with working Bun + Vite HMR + Custom Websocket handler + Watching of backend changes...
@high1 Sure thing! I discovered some more bugs while making this repro. But it seems to only happen here in this minimal example so idk I just goofed up the...
Same. Thanks btw for the /docs workaround.