This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-04-26
Channels
- # announcements (1)
- # atom-editor (7)
- # babashka (9)
- # beginners (46)
- # cider (1)
- # circleci (2)
- # clj-on-windows (1)
- # cljdoc (5)
- # cljsrn (2)
- # clojure (25)
- # clojure-austin (8)
- # clojure-brasil (4)
- # clojure-europe (52)
- # clojure-nl (1)
- # clojure-norway (162)
- # clojure-uk (2)
- # cursive (3)
- # datalevin (134)
- # datomic (16)
- # defnpodcast (8)
- # graphql (9)
- # honeysql (5)
- # hoplon (26)
- # hyperfiddle (18)
- # introduce-yourself (1)
- # lsp (4)
- # malli (19)
- # nbb (16)
- # nrepl (1)
- # practicalli (3)
- # releases (3)
- # shadow-cljs (36)
- # tools-deps (7)
- # vim (2)
- # xtdb (9)
https://github.com/babashka/babashka: Native, fast starting Clojure interpreter for scripting
https://babashka.org/conf/ is happening June 10th in Berlin. Save the date and/or submit your babashka/clojure-related 20 minute talk or 90 minute workshop in the CfP!
Small updated since the previous release fixing a minor edge case with the new "script-adjacent" bb.edn functionality.
1.3.179 (2023-04-26)
• https://github.com/babashka/babashka/issues/1544: :local/root
in script-adjacent bb.edn should resolve relative to script
• https://github.com/babashka/babashka/issues/1545: Adjacent bb.edn
not respected with explicit -f
option
• https://github.com/babashka/babashka/issues/1546: add .contains
for vector and lazy-seq
https://github.com/practicalli/project-templates - create production level projects with deps-new
2023.04.25 - minor release mostly around docker compose improvements (healthcheck, conditional startup)
• https://github.com/practicalli/project-templates/issues/13 docker: swagger-editor as separate compose configuration
• https://github.com/practicalli/project-templates/issues/12 docker: postgres image healthcheck (compose.yaml)
• https://github.com/practicalli/project-templates/issues/11 docker: container healthcheck configuration (Dockerfile)
• https://github.com/practicalli/project-templates/issues/10 service: resolve docker compose container exits
• practicalli/application
template development workflow documentation updated
https://github.com/practicalli/project-templates/releases
https://github.com/borkdude/jet: CLI to transform between JSON, EDN, YAML and Transit using Clojure.
0.5.25 (2023-04-26)
• #130: --no-commas
option strips commas from EDN. Only works with uncolored output.