This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-02-02
Channels
- # announcements (3)
- # asami (29)
- # babashka (62)
- # beginners (131)
- # biff (7)
- # calva (31)
- # cider (5)
- # clerk (14)
- # clj-kondo (3)
- # cljsrn (12)
- # clojars (18)
- # clojure (72)
- # clojure-austin (17)
- # clojure-dev (6)
- # clojure-europe (31)
- # clojure-indonesia (1)
- # clojure-nl (1)
- # clojure-norway (18)
- # clojure-sweden (11)
- # clojure-uk (6)
- # clr (47)
- # conjure (42)
- # cursive (88)
- # datalevin (2)
- # datomic (25)
- # emacs (42)
- # exercism (1)
- # fulcro (10)
- # funcool (8)
- # gratitude (2)
- # honeysql (16)
- # introduce-yourself (5)
- # jobs-discuss (26)
- # leiningen (5)
- # lsp (31)
- # malli (21)
- # matcher-combinators (14)
- # missionary (2)
- # nbb (1)
- # off-topic (40)
- # pathom (38)
- # portal (2)
- # re-frame (7)
- # reagent (18)
- # reitit (1)
- # releases (5)
- # shadow-cljs (62)
- # sql (12)
- # testing (4)
- # xtdb (37)
https://github.com/clojure/tools.build 0.9.3 is now available ā¢ NO CHANGES ā¢ but the Maven dep was moved to a groupId that matches the git dep: io.github.clojure/tools.build
https://github.com/robertluo/waterfall 0.1.34 just released.
ā¢ by integration with fun-map, now you can use Kafka clusters with no more knowledge of manifold or other staff, one require
statement, and one function to call.
com.github.seancorfield/honeysql {:mvn/version "2.4.972"}
-- https://github.com/seancorfield/honeysql -- Turn Clojure data structures into SQL:
ā¢ Address https://github.com/seancorfield/honeysql/issues/456 by allowing format
to handle expressions (like 1.x could) as well as statements. This should aid with migration from 1.x to 2.x.
Follow-up in #honeysql
com.github.seancorfield/honeysql {:mvn/version "2.4.980"}
is available:
ā¢ Fix https://github.com/seancorfield/honeysql/issues/461 -- a regression introduced in 2.4.979 -- by restricting unary operators to just +
, -
, and ~
(bitwise negation).
com.github.seancorfield/honeysql {:mvn/version "2.4.980"}
is available:
ā¢ Fix https://github.com/seancorfield/honeysql/issues/461 -- a regression introduced in 2.4.979 -- by restricting unary operators to just +
, -
, and ~
(bitwise negation).