This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-09-07
Channels
- # announcements (4)
- # babashka (59)
- # beginners (26)
- # calva (34)
- # clj-kondo (3)
- # cljs-dev (1)
- # clojure (77)
- # clojure-austin (4)
- # clojure-europe (20)
- # clojure-nl (2)
- # clojure-norway (11)
- # clojure-spec (3)
- # clojure-uk (4)
- # clojurescript (103)
- # community-development (2)
- # cursive (15)
- # datalevin (12)
- # datascript (38)
- # datomic (1)
- # deps-new (2)
- # events (3)
- # figwheel-main (6)
- # fulcro (9)
- # honeysql (12)
- # jobs (4)
- # juxt (18)
- # kaocha (19)
- # lsp (42)
- # missionary (2)
- # pathom (14)
- # polylith (6)
- # portal (6)
- # reagent (8)
- # reitit (4)
- # releases (2)
- # shadow-cljs (17)
- # testing (1)
- # tools-deps (50)
- # vim (46)
- # xtdb (12)
š Clerk ā Moldable Live Programming for Clojure io.github.nextjournal/clerk {:mvn/version "0.10.550"}
has been released . āØ
Also we've finally started to put together documentation so we're happy to present the š https://snapshots.nextjournal.com/clerk/build/b12d8b369a69ca4b41fcf4988194dfbc201c6e1c/book.html.
Notable improvements in this release:
ā¢ š Support setting visibility for results, per form and per doc
ā¢ :sleuth_or_spy::skin-tone-2: Fail eval if var is only present at runtime but not in file
And more, details in the:wood: https://github.com/nextjournal/clerk/blob/2e8cef8e238afa962c7e0ac1ed6238c3db040821/CHANGELOG.md#010550-2022-09-06, get the release on š¦ https://clojars.org/io.github.nextjournal/clerk, follow-up in #clerk.
Hi! Here is https://github.com/ivarref/healthy, a tiny library to simplify writing health checks, this time with a new release: com.github.ivarref/healthy {:mvn/version "0.1.17"}
It provides a "sliding window" into your application's errors, allowing you to see if it recovers or not once an error has occurred.
This new release adds the concept of error-percentage, allowing a service to return healthy/unhealthy based on some percentage of failures.
Hope it is useful for someone. š
https://github.com/practicalli/clojure-deps-edn user-level alias for a wide range of community tools for Clojure CLI (deps.edn) projects ā¢ updated libraries in aliases to latest versions using antq (see Changelog for exact details) ā¢ added cljstyle check as a GitHub action using setup-clojure GitHub action, added a .cljstyle configuration that matches cljfmt ā¢ formatted deps.edn with cljstyle changes https://github.com/practicalli/clojure-deps-edn
Datalevin 0.6.17 is released. This release added a function to simulate a Datalog transaction without persisting the changes; added support for big integer and big decimal numbers in both key-value and Datalog API; improved documentation to support cljdoc build. Thanks to contributors @TheExGenesis and @lee https://github.com/juji-io/datalevin