This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-07-29
Channels
- # announcements (3)
- # babashka (47)
- # beginners (88)
- # calva (17)
- # clj-kondo (8)
- # cljdoc (1)
- # clojars (9)
- # clojure (98)
- # clojure-europe (53)
- # clojure-norway (2)
- # clojure-seattle (1)
- # clojure-uk (5)
- # clojurescript (20)
- # cursive (11)
- # data-oriented-programming (1)
- # data-science (3)
- # datahike (1)
- # datascript (3)
- # events (3)
- # graalvm (5)
- # honeysql (7)
- # hyperfiddle (1)
- # jobs-discuss (10)
- # leiningen (3)
- # malli (16)
- # music (4)
- # nbb (17)
- # off-topic (45)
- # pathom (9)
- # portal (7)
- # releases (1)
- # shadow-cljs (80)
- # sql (15)
- # tools-build (5)
- # xtdb (23)
Babashka 0.9.160
is released. It now comes with #babashka-cli integration, described in this blog post:
https://blog.michielborkent.nl/babashka-tasks-meets-babashka-cli.html
Full changelog:
• https://github.com/babashka/babashka/issues/1324: -x
to invoke a function with babashka CLI
• https://github.com/babashka/babashka/issues/1324: babashka.tasks/exec
to invoke a function with babashka CLI in tasks
• SCI: don't eval metatada on defn body
• SCI issue 774: make interpreter stacktrace available to user
• babashka.process
: improve tokenize
• Upgrade to GraalVM 22.2.0 (#1325)
Enjoy!

Juste released Inertia-clojure 0.2.5
. Clojure Middleware adapter for https://inertiajs.com/ to build single-page apps, without building an API.
https://github.com/prestancedesign/inertia-clojure
Changelog:
• Feature
◦ Keep http status code from response (fixes https://github.com/prestancedesign/inertia-clojure/issues/4)
• Changed
◦ Switch to tools.build
◦ Upgrade to Clojure 1.11.1
◦ Upgrade to Ring 1.9.5
◦ Upgrade to Jsonista 0.3.6
https://github.com/seancorfield/next-jdbc -- com.github.seancorfield/next.jdbc {:mvn/version "1.2.790"}
-- A modern low-level Clojure wrapper for JDBC-based access to databases.
• Address https://github.com/seancorfield/next-jdbc/issues/207 by supporting "db-spec" hash maps containing :datasource
or :connection-uri
(this is otherwise undocumented and intended to aid migration from clojure.java.jdbc
).
• Address https://github.com/seancorfield/next-jdbc/issues/199 by adding notes on UTC usage -- https://github.com/denismccarthykerry.
• Enhance insert-multi!
to accept a sequence of hash maps and also to support batch execution, via PR https://github.com/seancorfield/next-jdbc/pull/206 -- https://github.com/rschmukler.
• Fix HikariCP pooling example.
Follow-up in #sql