This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-03-31
Channels
- # announcements (5)
- # babashka (5)
- # beginners (24)
- # calva (21)
- # cherry (1)
- # clerk (20)
- # clj-kondo (3)
- # clj-otel (12)
- # clojure (50)
- # clojure-austin (2)
- # clojure-conj (3)
- # clojure-europe (40)
- # clojure-nl (1)
- # clojure-norway (203)
- # clojure-spec (3)
- # clojure-uk (6)
- # clojurescript (8)
- # conjure (1)
- # datomic (1)
- # deps-new (1)
- # emacs (5)
- # graphql (8)
- # gratitude (5)
- # holy-lambda (16)
- # honeysql (18)
- # hyperfiddle (12)
- # java (1)
- # jobs (1)
- # lsp (24)
- # membrane (8)
- # nbb (1)
- # off-topic (19)
- # portal (28)
- # proletarian (11)
- # rdf (63)
- # re-frame (38)
- # reagent (8)
- # reitit (1)
- # releases (6)
- # remote-jobs (1)
- # scittle (4)
- # shadow-cljs (20)
- # spacemacs (4)
- # sql (7)
- # transit (1)
I've finally decided to turn my dot-clojure repo into a "proper" project so it's easier to depend on/use from elsewhere:
io.github.seancorfield/dot-clojure {:git/tag "v1.0.0" :git/sha "12c4683"}
https://github.com/seancorfield/dot-clojure/ -- you can now access the start-repl
function more easily from other projects if you don't want to take on the whole deps.edn
and its various aliases!https://github.com/seancorfield/deps-new/releases/tag/v0.5.1 -- A new, simpler alternative to clj-new -- fixes a bug in the template
template (thanks to @jr0cket for finding & reporting this!) -- follow-up in #C019ZQSPYG6
https://github.com/babashka/nbb: Scripting in Clojure on Node.js using https://github.com/babashka/sci
1.2.172
• https://github.com/babashka/nbb/issues/95: add invoked-file
Follow up in #nbb
com.github.seancorfield/next.jdbc {:mvn/version "1.3.865"}
-- https://github.com/seancorfield/next-jdbc -- A modern low-level Clojure wrapper for JDBC-based access to databases
• Fix https://github.com/seancorfield/next-jdbc/issues/246 by adopting the strop
function from HoneySQL.
• Address https://github.com/seancorfield/next-jdbc/issues/245 by not locking
the Connection
when *nested-tx*
is bound to :ignore
-- improving clojure.java.jdbc
compatibility.
• Address https://github.com/seancorfield/next-jdbc/issues/237 by adding an :init-fn
option to the db-spec
argument for next.jdbc.connection/component
.
Follow-up in #C1Q164V29
https://cljdoc.org/d/io.github.noahtheduke/splint/1.1.1/doc/home v1.1.1: a Rubocop and Kibit inspired Clojure linter focused on style and code shape
• Wrote https://cljdoc.org/d/io.github.noahtheduke/splint/1.1.1/doc/rules about the Pattern DSL and how to write your own rules
• Added :spat/lit
metadata to match on symbols that would be treated as part of the DSL.
• Changed predicate resolution to check resolving namespace first, then clojure.core
, then rules.helpers
.
Follow up in #splint
https://github.com/cognitect/transit-java 1.0.371 • Update jackson-core to 2.14.2 • Update jaxb-api to 2.4.0-b180830.0359 • Fix for https://github.com/cognitect/transit-clj/issues/37 - error reading cmap with null key I have not yet looked at the msgpack dependency, I know it's very old