Hi! I would like to switch over to Reveal but still find some things easier in Curisve's REPL. One of them is that it by default handles bash colors for coloring the output while Reveal just prints it as string:
[33mclojure.core/[1;33meval[m [32m core.clj: 3214[m
[37m...[m [32m [m
[33muser/[1;33meval224677[m [32m REPL Input [m
O wonder whether it would be possible to make Reveal also handle it and display it like Cursive does:FYI the coloring comes from https://github.com/ptaoussanis/timbre#disabling-stacktrace-colors it seems
I am not sure, something in our stack 😅 Will try to find out.
i’ve seen the same output in clj-lsp log files, so it’s something they use too
where do you get these from?
is it some stack-trace colorizing library?
I'm guessing it's from https://github.com/AvisoNovate/pretty