reveal

Jakub Holý (HolyJak) 2021-12-06T13:50:51.123100Z

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:

Jakub Holý (HolyJak) 2021-12-08T09:09:23.132900Z

FYI the coloring comes from https://github.com/ptaoussanis/timbre#disabling-stacktrace-colors it seems

Jakub Holý (HolyJak) 2021-12-07T08:09:51.124400Z

I am not sure, something in our stack 😅 Will try to find out.

Lukas Domagala 2021-12-07T11:11:18.127500Z

i’ve seen the same output in clj-lsp log files, so it’s something they use too

vlaaad 2021-12-06T21:52:01.123600Z

where do you get these from?

vlaaad 2021-12-06T21:52:55.123800Z

is it some stack-trace colorizing library?

kenny 2021-12-06T22:31:29.124100Z

I'm guessing it's from https://github.com/AvisoNovate/pretty