Fork me on GitHub
#announcements
<
2016-02-05
>
hlship18:02:46

io.aviso.pretty 0.1.22 Library for helping print things prettily, in Clojure - ANSI fonts, formatted exceptions The parse-exception function, added in 0.1.21, has been fixed to work when a stack frame reports "Unknown Source" instead of a file and line number. https://github.com/AvisoNovate/pretty

hlship19:02:31

walmartlabs/active-status 0.1.3 https://github.com/walmartlabs/active-status Library for allowing a command line application to report status of multiple asynchronous jobs using an update-in-place status board implemented using terminal capabilities. Jobs push updates into the status board via core.async channels. Handy for really long running commands. This release optimizes the amount of output by batching updates to every 100ms, and makes it easier to specify the terminal type to pass to tput.