This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-12-23
Channels
- # adventofcode (21)
- # announcements (4)
- # babashka (35)
- # beginners (36)
- # calva (76)
- # cider (16)
- # clj-kondo (24)
- # clj-on-windows (12)
- # clojure (70)
- # clojure-europe (7)
- # clojure-nl (13)
- # clojure-spec (3)
- # clojure-uk (3)
- # clojurescript (34)
- # conjure (11)
- # cursive (22)
- # datomic (30)
- # deps-new (2)
- # emacs (36)
- # fulcro (28)
- # gratitude (4)
- # honeysql (16)
- # hugsql (8)
- # introduce-yourself (6)
- # jobs (1)
- # malli (4)
- # missionary (6)
- # off-topic (129)
- # other-languages (34)
- # polylith (3)
- # reagent (9)
- # reitit (27)
- # releases (13)
- # remote-jobs (1)
- # reveal (1)
- # shadow-cljs (2)
- # tools-build (3)
- # tools-deps (18)
- # web-security (7)
- # xtdb (4)
https://github.com/bsless/more.async release v0.0.8 with new features! more.async is a library containing some bits I often found I miss when programming with core.async, especially around pipelines and dealing with time. • declarative data language for building data flow systems • circuit breaker and rate limiter pipes • Other less exiting bits and bobs
https://github.com/rm-hull/nvd-clojure - 2.0.0 - security checker
nvd-clojure checks your dependency tree and reports known-vulnerable dependencies such as specific log4j and logback versions.
In 2.0.0, we're removing old APIs that commonly lead to inaccurate usage. Correct usage is now best summarized in its updated README and includes @seancorfield's excellent addition of a clojure -Ttools
tool.
Misc other improvements reflected in the https://github.com/rm-hull/nvd-clojure/blob/2.0.0/CHANGELOG.md#changes-from-190-to-200.
https://github.com/seancorfield/honeysql v2.2.840 -- Turn Clojure data structures into SQL
• Fix #375 for :nest
statement.
• Fix #374 by removing aliasing of :is
/ :is-not
-- this changes the behavior of [:is-not :col true/false]
to be correct and include NULL
values. Using :is
/ :is-not
with values that are not Boolean and not nil
will produce invalid SQL.
• Update test dependencies.
• Update build-clj
to v0.6.5.
Follow-up in #honeysql -- regarding #374 please see https://cljdoc.org/d/com.github.seancorfield/honeysql/2.2.840/doc/getting-started/sql-operator-reference for more details