This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-10-07
Channels
- # announcements (2)
- # babashka (34)
- # beginners (114)
- # biff (7)
- # calva (16)
- # cider (2)
- # clj-kondo (46)
- # clj-on-windows (14)
- # clojars (13)
- # clojure (33)
- # clojure-europe (17)
- # clojure-nl (2)
- # clojure-norway (8)
- # clojure-spec (3)
- # clojure-uk (3)
- # clojurescript (25)
- # community-development (1)
- # datalevin (1)
- # emacs (53)
- # fulcro (31)
- # gratitude (2)
- # jobs (1)
- # lambdaisland (12)
- # lsp (57)
- # malli (3)
- # nbb (1)
- # off-topic (92)
- # pathom (2)
- # pedestal (2)
- # releases (5)
- # shadow-cljs (25)
- # sql (3)
- # squint (1)
- # testing (6)
- # vim (11)
I've created a tiny VS-Code extension to run Babashka Tasks. First release v0.1.0 is out! https://marketplace.visualstudio.com/items?itemName=fbeyer.babashka-tasks
Process: Clojure library for shelling out / spawning subprocesses
0.3.11
• Add alive?
to check if process is still alive (https://github.com/grzm)
• Update process
' docstring to mention clojure standard streams (https://github.com/ikappaki)
• Slurp :err
in check
only if it is an input stream (https://github.com/ikappaki)
git-revisions: Generate software revision strings based on Git and system context data. Maintenance release (https://clojars.org/fi.polycode/git-revisions/versions/1.2.2 , https://clojars.org/fi.polycode/lein-git-revisions/versions/1.1.2, https://clojars.org/fi.polycode/buildtools-git-revisions/versions/0.1.2) • Fixes unhandled NPE being thrown when repository doesn’t contain tags (https://github.com/esuomi/git-revisions/issues/16)
Datalevin 0.6.22 is released. Since last update, :timeout
is added to Datalog query, fulltext-datoms
function is added, among many fixes and improvements. Thanks to contributors @cgrand , @denik and others. https://github.com/juji-io/datalevin
io.github.hlship/cli-tools 0.6. Added some goodness to https://github.com/hlship/cli-tools. primarily a new :validate directive. cli-tools is an opinionated way to build CLI tools in Clojure or Babashka, wrapping around org.clojure/tools.cli.