Matthew Davidson
Matthew Davidson
Side note: I find the word "complect/decomplect" kind of silly. Plenty of better-known alternatives already exist: intertwined, mingled, mixed, entangled, enmeshed, etc. Likewise for the undoing process: disentangle, separate, untangle,...
Thanks, this is on our to-do list. Of course, PRs welcome, too 😄
~~Unless overridden, the default impl of `.close` does nothing, and it's not currently overridden for `BlockingQueueSource`. I agree the "source-wrapped" version should be closable, though, and prevent further takes.~~ EDIT...
@alexander-yakushev This doesn't have anything to do with `timeout!`. If you remove the `timeout!` call from the `let`, it still exhibits the same behavior: ```clojure (let [d (md/deferred)] (-> d...
@willcohen Do you have a test case and a Clojure version for this error?
I'm torn on whether to treat this as a bug or not. On the one hand, the docstring for core `mapcat` says "function f should return a collection", while the...
@solatis I've been diving into the code to try and understand your suggested PR. I think there's a bug: the original code used `chain'`, which internally calls `unwrap'`. This will...
@ztellman Does this analysis make sense to you?
Not a problem. I'm still here. One correction to my comment above about `chain'`: I think you definitely to need to keep the `(chain' x)` that's present in the original...
@solatis Any time to work on this?