This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-09-29
Channels
- # announcements (6)
- # babashka (23)
- # beginners (15)
- # biff (15)
- # calva (17)
- # clara (5)
- # clj-kondo (41)
- # cljdoc (2)
- # cljs-dev (67)
- # cljsrn (18)
- # clojure (19)
- # clojure-europe (25)
- # clojure-nl (2)
- # clojure-norway (9)
- # clojure-uk (2)
- # clojurescript (26)
- # core-typed (6)
- # cursive (15)
- # data-science (30)
- # datahike (1)
- # datomic (18)
- # docker (6)
- # emacs (10)
- # events (2)
- # graalvm (15)
- # graphql (5)
- # hugsql (4)
- # jobs-discuss (1)
- # joker (7)
- # lsp (36)
- # malli (28)
- # off-topic (46)
- # other-languages (1)
- # pathom (5)
- # pedestal (6)
- # polylith (5)
- # reitit (2)
- # releases (1)
- # rewrite-clj (63)
- # shadow-cljs (7)
- # spacemacs (16)
- # squint (6)
- # tools-deps (6)
- # xtdb (13)
Today a new babashka pod is released: bbssh. ssh and scp support for babashka that interoperates with babashka.process: https://github.com/epiccastle/bbssh
The new version of the https://gitlab.com/clojurians-zulip/feeds/-/tree/master#announce-an-event makes announcing a http://meetup.com or http://clojureverse.org event a breeze as it now scrapes all event-details for you:
$ zulip_events create --zulip-auth "${ZULIP_AUTH}" --url
These announcements power the Clojure event calender-feed - see https://clojurians.zulipchat.com/#narrow/stream/262224-events/topic/README.
Enjoy!Fantastic, this is so valuable & helpful. 🙏
Just published new draft 0.30.0 of Deep Learning for Programmers 2.0. All existing v1.0 subscibers also get all these new updates. https://aiprobook.com/deep-learning-for-programmers/?release=0.30.0

Rewrite-edn: utility lib on top of #rewrite-clj with common operations to update EDN while preserving whitespace and comments.
0.3.4
• https://github.com/borkdude/rewrite-edn/issues/20: Bump rewrite-clj to v1.1.45 (https://github.com/lread)
• https://github.com/borkdude/rewrite-edn/issues/19: Repeated assoc-in
, assoc
no longer throw NullPointerException
(https://github.com/lread)
• Add keys
and get-in
(https://github.com/witek)
Repo: https://github.com/borkdude/rewrite-edn
clj-http-lite v1.0.13 - A JVM and babashka compatible lite version of clj-http
Highlights from the https://github.com/clj-commons/clj-http-lite/blob/master/CHANGELOG.adoc#v1.0.13:
• The :insecure?
option is now applied only to the current request
• If specified, request’s body encoding is now applied, else defaults to UTF-8
• User info from request URL now applied to basic auth
• Nested query and form parameters are now automatically flattened
• Now also automatically verified to work under Windows
• Docs reviewed and updated
clj-http-lite is one of the many projects under the loving care of https://github.com/clj-commons.