Aaron Iba
Aaron Iba
@ptaoussanis do you think you could take a look at this very simple fix, and perhaps cut a new sente release? It's hard to deploy this patch ourselves because it...
Agreed. I'll work on updating lentes.core/nth, but here is a draft implementation in the meantime. ```clojure (defn nth [idx] (l/lens (fn [s] (c/nth s idx)) (fn [s f] (cond (vector?...
Seeing this on `1.0.0-RC.5` also.
For what it's worth, for how I'm using datastar, it would be really nice if SSE reconnect would send current signal values, not initial signal values. The way I think...