Fork me on GitHub
#announcements
<
2021-09-21
>
Carsten Behring07:09:56

I am proud to announce a new release of the clj-py-r template for Clojure. It creates a template Clojure project with a Dockerfile, which allows to use python, R and Julia(new in 1.4.0) from a Docker based nrepl without any configuration. See here for more information: https://github.com/behrica/clj-py-r-template

šŸŽ‰ 8
šŸ‘€ 1
šŸ‘ 1
metasoarous16:09:50

Somehow I missed that you'd released this; This is great!

oliy10:09:39

I've released a new ring-compatible HTTP library for cljs, cljs-http-promise https://github.com/oliyh/cljs-http-promise It's a fork of the popular https://github.com/r0man/cljs-http but returns promises instead of core.async channels which hopefully give better semantics. There is also a new martian package for it as well: https://github.com/oliyh/martian/tree/master/cljs-http-promise

šŸŽ‰ 29
Alex Miller (Clojure team)13:09:16

Clojure CLI 1.10.3.981 is now available https://clojure.org/releases/tools#v1.10.3.981 ā€¢ Fix nested session cache computation for local pom model building ā€¢ Update to latest AWS API libs ā€¢ Downgrade Maven resolver libs to better match Maven core libs ā€¢ Use https://github.com/clojure/tools.deps.alpha/blob/master/CHANGELOG.md 0.12.1048

4
šŸŽ‰ 18
šŸ‘ 31
2
2
Dimitar Uzunov15:09:01

Thanks for the release! Will the resolver changes help with https://clojure.atlassian.net/browse/TDEPS-207 ?

Alex Miller (Clojure team)15:09:53

in one case we can repro, yes, but I am not confidant that it is "the" answer