This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-10-21
Channels
- # announcements (3)
- # babashka (98)
- # beginners (69)
- # chlorine-clover (6)
- # cider (24)
- # cljsrn (2)
- # clojure (97)
- # clojure-australia (2)
- # clojure-berlin (6)
- # clojure-dev (57)
- # clojure-dusseldorf (4)
- # clojure-europe (19)
- # clojure-italy (5)
- # clojure-nl (10)
- # clojure-seattle (1)
- # clojure-uk (44)
- # clojuredesign-podcast (13)
- # clojurescript (45)
- # cursive (4)
- # data-science (1)
- # datomic (32)
- # emacs (7)
- # events (5)
- # fulcro (17)
- # java (12)
- # jobs (1)
- # lumo (2)
- # malli (5)
- # observability (16)
- # off-topic (1)
- # pathom (3)
- # pedestal (4)
- # rdf (14)
- # re-frame (54)
- # reagent (4)
- # releases (3)
- # remote-jobs (1)
- # reveal (55)
- # shadow-cljs (34)
- # spacemacs (14)
- # specter (9)
- # tools-deps (16)
- # xtdb (7)
Glosa upgrades to 1.3.0 with private endpoints and paves the way for an administrative panel https://github.com/glosa/glosa-server
Happy to announce lein-monolith
1.6.1 with a handful of new features and some long-standing bug fixes! Significant changes include:
• The each
task supports a new :silent
option, which will suppress task output for successful projects. This can be useful in large CI builds where the output is only consulted in the event of failure.
• The each
task is now compatible with composite profiles.
• When each
is used with :parallel
, task aliases are now correctly resolved before iteration starts.
• The monolith settings can now use :inherit-raw
and :inherit-leaky-raw
for attributes which should be inherited without interpretation (like paths).
• The unlink
task will now only remove internal checkouts by default.
https://github.com/amperity/lein-monolith
babashka v0.2.3 released! Release notes: https://github.com/borkdude/babashka/blob/master/CHANGELOG.md#v023-2020-10-21 Featuring babashka/process: a new Clojure library around dealing with java.lang.Process and many other additions and fixes. Come chat in #babashka to learn more.