This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-06-06
Channels
- # announcements (1)
- # atom-editor (2)
- # babashka (6)
- # beginners (30)
- # calva (12)
- # chlorine-clover (2)
- # clojure (88)
- # clojure-australia (2)
- # clojure-europe (9)
- # clojure-germany (4)
- # conjure (3)
- # cursive (12)
- # datomic (4)
- # lsp (86)
- # off-topic (48)
- # play-clj (8)
- # polylith (6)
- # reagent (11)
- # reitit (8)
- # shadow-cljs (19)
- # specter (6)
- # sql (13)
- # xtdb (25)
Just noticed that colorized output is dependent on having ~/.polylith/config.edn
-- something that won't be present on a system that only "consumes" a git repo containing Polylith code. According to the docs, it sounds like that file is only created if you use poly
to create a workspace on a system?
That means that my colleague will only see black and white output from clojure -M:poly info
.
Would it be better to auto-create ~/.polylith/config.edn
if it's missing on any poly
tool invocation?
Yes, right now it’s only created (if missing) when you create a new workspace. Yes, I can add that, so that it creates that file on all operating systems except Windows (which does not support colorized output at the moment).
As Polylith grows its audience, having a consistent experience for consumers of projects, as well as makers, will be important.
Good point.