Fork me on GitHub
#malli
<
2022-02-01
>
Grant Horner17:02:13

Is there a way to truncate the output of the pretty reporter? I’m getting occasional reports for functions that take in vectors of 10,000+ elements and the output is absolutely crushing my poor intellij repl

ikitommi18:02:48

looking at fipp docs, try setting clojure.core/*print-length* & clojure.core/*print-level*, https://github.com/brandonbloom/fipp#printer-usage.

ikitommi18:02:59

if that works, doc PR to malli welcome

Grant Horner17:02:52

Just did! I appreciate the quick response, I could’ve figured it out if I had read the documentation more in-depthly :face_palm:

ikitommi17:02:10

Thanks! Merged