This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-01-03
Channels
- # aleph (2)
- # announcements (6)
- # babashka (6)
- # beginners (106)
- # biff (8)
- # clara (24)
- # clj-kondo (10)
- # clj-otel (4)
- # cljdoc (2)
- # clojure (54)
- # clojure-conj (3)
- # clojure-europe (85)
- # clojure-norway (54)
- # clojure-uk (3)
- # clojurescript (27)
- # community-development (2)
- # data-science (1)
- # datahike (2)
- # datomic (11)
- # deps-new (67)
- # emacs (4)
- # graalvm (15)
- # hyperfiddle (11)
- # introduce-yourself (1)
- # lsp (6)
- # malli (30)
- # midje (4)
- # nrepl (13)
- # off-topic (86)
- # polylith (7)
- # releases (2)
- # sql (10)
Clojure CLI https://clojure.org/releases/tools#v1.11.1.1435: • https://clojure.atlassian.net/browse/TDEPS-238 - deps.edn files are now validated against specs • https://clojure.atlassian.net/browse/TDEPS-239 - treat empty deps.edn file as {} • Updated several dependencies
@U04V15CAJ Do you need to trigger some build for deps.clj to update?
Thanks, both of you! Now Calva users have a much better time when creating new projects. 🎉
awaitility-clj
0.0.5! 🚀
A simple Clojure wrapper for the popular Java Awaitility library. It allows you to test asynchronous processes that are out of your control.
Github: https://github.com/jordanrobinson/awaitility-clj
Clojars: https://clojars.org/uk.co.jordanrobinson/awaitility-clj
New in this version:
- at-least
parameter to go with at-most
- Custom poll intervals such as Fibonacci
Less exciting changes:
- Swapped to github actions for CI so builds are public
- Changed over repo and namespace due to corporate reasons
- Remembered to update the copyright notice to 2024! 📅
As always, contributions, comments, issues and pull requests are greatly appreciated and encouraged.