This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-03-02
Channels
- # aleph (2)
- # announcements (3)
- # babashka (12)
- # beginners (55)
- # calva (11)
- # clj-http (12)
- # cljs-dev (41)
- # cljtogether (2)
- # clojure (51)
- # clojure-denmark (2)
- # clojure-europe (32)
- # clojure-nl (17)
- # clojure-norway (2)
- # clojure-switzerland (1)
- # clojure-uk (3)
- # clojurescript (34)
- # cursive (20)
- # data-science (3)
- # datahike (23)
- # datomic (3)
- # events (1)
- # fulcro (1)
- # honeysql (4)
- # inf-clojure (2)
- # interop (38)
- # java (3)
- # kaocha (8)
- # lsp (51)
- # luminus (2)
- # malli (2)
- # nextjournal (5)
- # off-topic (21)
- # pedestal (2)
- # polylith (12)
- # re-frame (4)
- # reagent (8)
- # reitit (4)
- # releases (1)
- # ring (4)
- # shadow-cljs (179)
- # spacemacs (2)
- # specter (1)
- # xtdb (13)
Process, a Clojure wrapper for java.lang.Process
v0.1.1:
Similar to tools.build.api/process, it now supports appending output to files (previously it only supported writing). To reduce cognitive overhead between libraries, process adopted the same convention:
• feat https://github.com/babashka/process/issues/44:
◦ Support :out
+ (`:write` / :append
) and :out-file
+ file
◦ Support :err
+ (`:write` / :append
) and :err-file
+ file
https://github.com/babashka/process
For questions, go to #babashka
A missing piece in Calva was highlighted by @daslu: We didn't treat metadata as part of the form to be evaluated. I've spent some days of work convincing Calva to do the right thing here. Resulting in Calva v2.0.247, which also contains some more of @corasaurus-hex’s wonderful work with making the project more maintainable: • https://github.com/BetterThanTomorrow/calva/pull/1564 • https://github.com/BetterThanTomorrow/calva/pull/1551

New version of
released.
• It allows to configure the fasttext
training with all options
https://clojars.org/org.scicloj/scicloj.ml.clj-djl