This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-12-06
Channels
- # adventofcode (106)
- # aleph (1)
- # announcements (1)
- # asami (14)
- # babashka (120)
- # beginners (54)
- # calva (106)
- # chlorine-clover (33)
- # clj-kondo (5)
- # cljdoc (3)
- # cljs-dev (3)
- # clojure (92)
- # clojure-android (1)
- # clojure-australia (2)
- # clojure-europe (24)
- # clojure-italy (3)
- # clojure-nl (5)
- # clojure-uk (16)
- # clojuredesign-podcast (1)
- # clojurescript (29)
- # code-reviews (58)
- # conjure (16)
- # core-logic (4)
- # cursive (9)
- # datalevin (2)
- # graphql (20)
- # gratitude (7)
- # jackdaw (11)
- # java (9)
- # jobs (2)
- # lsp (23)
- # minecraft (1)
- # missionary (28)
- # off-topic (5)
- # polylith (5)
- # react (1)
- # reagent (12)
- # releases (1)
- # remote-jobs (4)
- # reveal (7)
- # shadow-cljs (8)
- # slack-help (1)
- # tools-deps (11)
- # vim (6)
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:I'm guessing it's from https://github.com/AvisoNovate/pretty
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
FYI the coloring comes from https://github.com/ptaoussanis/timbre#disabling-stacktrace-colors it seems