This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-09-21
Channels
- # admin-announcements (1)
- # announcements (6)
- # babashka (8)
- # beginners (134)
- # calva (18)
- # chlorine-clover (1)
- # cider (6)
- # circleci (6)
- # clj-commons (111)
- # cljsrn (13)
- # clojure (95)
- # clojure-australia (2)
- # clojure-europe (15)
- # clojure-nl (1)
- # clojure-spec (52)
- # clojure-uk (17)
- # clojurescript (4)
- # datavis (9)
- # datomic (8)
- # docker (2)
- # emacs (15)
- # events (7)
- # fulcro (6)
- # graphql (1)
- # gratitude (1)
- # introduce-yourself (2)
- # kaocha (8)
- # meander (87)
- # minecraft (2)
- # music (2)
- # off-topic (20)
- # portal (119)
- # releases (1)
- # reveal (55)
- # shadow-cljs (34)
- # sql (36)
- # tools-deps (9)
- # vim (8)
- # xtdb (39)
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
Somehow I missed that you'd released this; This is great!
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
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
Thanks for the release! Will the resolver changes help with https://clojure.atlassian.net/browse/TDEPS-207 ?
in one case we can repro, yes, but I am not confidant that it is "the" answer