Fork me on GitHub
#announcements
<
2022-09-07
>
mkvlr15:09:47

šŸ”­ 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.

šŸŽ‰ 27
Ivar Refsdal18:09:16

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. šŸ˜Š

šŸŽ‰ 5
practicalli-johnny18:09:59

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

šŸŽ‰ 11
Huahai21:09:40

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

šŸŽ‰ 13