hyperfiddle

oλv 2025-10-26T13:13:02.312339Z

What does this error mean?

oλv 2025-10-26T13:15:14.302569Z

Or how do I start to debug this

Dustin Getz (Hyperfiddle) 2025-10-26T16:50:14.935709Z

I see Sleep.cljs on the callstack, are you using any m/sleep or timers?

Dustin Getz (Hyperfiddle) 2025-10-26T16:51:39.729089Z

it might be a missionary flow protocol violation, which is not really within reach for you to debug, but if you can triangulate which form is crashing that might be enough

oλv 2025-10-26T17:02:42.746449Z

No m/sleep or timers. I'll take the time to clean up / refactor a bit and hope it goes away :^) > which is not really within reach for you to debug I'll take that as a challenge btw :p

🔥 1
Dustin Getz (Hyperfiddle) 2025-10-26T17:12:45.884439Z

lol, don't

😅 2
Oz 2025-10-26T14:39:20.208439Z

With significant delay, I'm refactoring my WikiD argument map in electric, not much to see but I molded the TodoMVC example to list statements and votes instead of Todos. https://git.sr.ht/~_the_wikid_one_/wikid-electric after wrapping your head around it, its easy to switch to electric since the client side doesn't feel too different from other frameworks, and the server integration layer is magically compiled away. Its really fun to work with, and it doesn't feel like it locks you into some pattern.

🙂 1