Valentin Waeselynck
Valentin Waeselynck
@nickstares yes I'd need a precise repro to make progress please - a minimal project reproducing the problem with the exact dependencies would be ideal.
> Clojure 'reader' or the user? The user of the library. I am actually not sure this documentation section is still needed, because I filed this issue before creating the...
Hey @viebel, I should document this indeed, thanks. The list of in-scope locals is actually provided by the Clojure compiler: macros can read it in a value bound to a...
I have no absolute recommendation, but here are some things to consider: > Is it safe to include scope-capture to our code base ? 1. Forgetting a `(sc.api/spy ...)` call...
> is there any other significant impact in terms of performance or correctness? @vemv for performance, nothing I can think of - the sources of overhead are the effects of...
Sorry for the response delay. I have no problem with extending `last-ep-id` (feel free to propose a new power doing just that); however, it's not clear to me that user-supplied...
Will need a lil more hammock time, in the meantime `brk` not supported in CLJS.
There's not necessarily a big demand for scope-capture providing non-blocking breakpoints, as it's already provided by Dirac: https://github.com/binaryage/dirac
> Why not just use (->> coll (index-by kf) (map-vals vf))? It's not particularly more verbose, and it makes it clear which function is the indexer and which function maps...
@borkdude arguable, at this point you're just looking for `transduce` :) I'm really only asking for a narrow but common use case.