hyperfiddle

Vincent 2025-10-07T06:06:27.949719Z

Is there a V3 starter app?

siavash mohammady 2025-10-07T06:12:25.222289Z

https://clojurians.slack.com/archives/C7Q9GSHFV/p1740053574833099

Vincent 2025-10-07T07:41:56.738309Z

amazing ty

Vincent 2025-10-07T08:28:35.328779Z

is (e/def ...) deprecated?

xificurC 2025-10-07T08:50:44.315559Z

yes, use e/declare to declare an electric var and binding at the root of your application to achieve a similar effect

πŸ‘€ 1
Vincent 2025-10-07T09:01:24.098579Z

what about e/watch ?

braai engineer 2025-10-07T13:26:01.604519Z

Virtual Scroll seems to lock up Electric at odd times with no logs or recourse other than to restart prod uberjar or REPL. The HTTP server keeps running, but reactor becomes non-responsive for all users and does not recover even if client disconnects. I think my CSS is fine, but will recheck. Will add some logs to see if it’s stuck in a loop. Still need to find a way to reliably reproduce the freeze. Have previously seen this when the height of the container was wrong. Is there an obvious place to add a guard or limit, maybe around IndexRing?

πŸ‘€ 1
Dustin Getz (Hyperfiddle) 2025-10-07T13:31:20.523819Z

this is likely a deadlock, it's fixed in the next release but we are still testing. Please provide more details about the project context and we can probably help you work around

πŸ‘ 1
Dustin Getz (Hyperfiddle) 2025-10-07T13:31:41.897389Z

"prod" "all users" -> please provide details

braai engineer 2025-10-07T13:32:06.912409Z

will give more details later

Dustin Getz (Hyperfiddle) 2025-10-07T13:33:16.783859Z

if this is work related, @xifi is the best person to assist as he has access to your full work context

Dustin Getz (Hyperfiddle) 2025-10-16T13:58:55.867279Z

Deadlock fix is coming, the lockfree runtime rewrite has now passed our internal testing with no known regressions across all our demos. Release ETA = a couple weeks

πŸŽ‰ 21