Is there a V3 starter app?
https://clojurians.slack.com/archives/C7Q9GSHFV/p1740053574833099
amazing ty
is (e/def ...) deprecated?
yes, use e/declare to declare an electric var and binding at the root of your application to achieve a similar effect
what about e/watch ?
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?
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
"prod" "all users" -> please provide details
will give more details later
if this is work related, @xifi is the best person to assist as he has access to your full work context
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