This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-03-26
Channels
- # announcements (6)
- # babashka (29)
- # babashka-sci-dev (2)
- # beginners (129)
- # calva (9)
- # clara (16)
- # cljdoc (49)
- # clojure (125)
- # clojure-bay-area (3)
- # clojure-europe (55)
- # clojure-france (1)
- # clojuredesign-podcast (8)
- # clojurescript (85)
- # conjure (3)
- # core-logic (2)
- # cursive (1)
- # events (1)
- # honeysql (61)
- # jobs-discuss (23)
- # lsp (69)
- # malli (14)
- # nrepl (3)
- # off-topic (16)
- # portal (11)
- # re-frame (8)
- # releases (1)
- # ring (2)
- # shadow-cljs (12)
- # vim (42)
- # xtdb (18)
We release version 0.6.0 of clj-test-containers. It now supports all wait strategies that Testcontainers for Java supports, and we added a new configuration to specify a startup-timneout for every wait strategy. Also, you can now define a Clojure function which gets called every time there is a new log line in the started Docker container and we added in-detail documentation for the log- and wait-strategies. https://github.com/javahippie/clj-test-containers/releases/tag/0.6.0
Released https://clojure-lsp.io/ 2022.03.25-12.02.59 with lots of improvements and a new Find implementations of
defmulti
feature!
We had huge performance improvements on startup and cpu cost, multiple fixes and improvements on a lot of exisiting features and even new code actions!
For more information, check #lsp



Hey all 🌸, never really posted updates about https://github.com/oxalorg/4ever-clojure here. The project is alive and kicking 💪 thanks to the awesome contributors: @borkdude, wooseopkim, sjongejongejonge, @porkostomus, @pradeep.bishnoi, pengx17, @humorless279 and many more! Recently we've made a lot of fixes and changes: deduped solutions, fixed some crazy SCI related stuff around infinite ranges, improved error stacktraces, enabled gzip and other perf improvements, fixed edge cased input field bugs, improved design, and more! Full changelog is available here: https://github.com/oxalorg/4ever-clojure/blob/main/CHANGELOG.md


Hi All, Just released version 0.0.1 of a new graphics library for Clojure https://github.com/rorokimdim/mindra-clj Only 2D, fairly primitive, with only a small set of features. But I hope to build on it more. Some examples of what is already possible is in the README. Thanks!