This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-11-16
Channels
- # announcements (7)
- # babashka (8)
- # beginners (48)
- # calva (4)
- # cider (6)
- # circleci (2)
- # clj-commons (14)
- # clj-kondo (3)
- # clj-on-windows (7)
- # cljs-dev (34)
- # clojure (49)
- # clojure-dev (25)
- # clojure-europe (48)
- # clojure-losangeles (1)
- # clojure-nl (4)
- # clojure-norway (33)
- # clojure-uk (2)
- # clojurescript (37)
- # community-development (5)
- # conjure (17)
- # cursive (2)
- # data-science (1)
- # editors (10)
- # emacs (50)
- # events (22)
- # honeysql (11)
- # introduce-yourself (1)
- # jobs-discuss (13)
- # lsp (42)
- # malli (9)
- # off-topic (7)
- # pathom (11)
- # portal (5)
- # re-frame (3)
- # reagent (22)
- # reitit (8)
- # reveal (1)
- # rewrite-clj (4)
- # shadow-cljs (38)
- # xtdb (21)
m1p (short for “map” in the tradition of i18n) is a map interpolation library that can be used for i18n (or just externalizing textual content for a single language), theming, and similar use cases. It takes a data-driven approach to “flavor content”, allowing you to completely separate app logic from the mechanics of i18n/theming/etc, and supports arbitrary dictionary data, custom “dictionary functions” and more. More details in the Readme: https://github.com/cjohansen/m1p
Babashka https://github.com/babashka/fs: file system utility library for Clojure
v0.2.12 (2022-11-16)
• https://github.com/babashka/fs/issues/73: add write-bytes
and write-lines
• https://github.com/babashka/fs/issues/77: add update-file
Channel: #babashka
https://github.com/babashka/fs/blob/master/CHANGELOG.md#v0212-2022-11-16
Hi everybody! Just released Hansel 0.1.17 (https://github.com/jpmonettas/hansel) Hansel allows you to instrument Clojure[Script] forms and entire namespaces so they leave a trail when they run. It is the original flow-storm instrumentation code, moved into a separate library so we can build more tooling that depends on instrumentation without depending on the entire flow-storm debugger. The readme is still pretty rough so let me know if you are interested or show up in the #C03KZ3XT0CF channel.
I just released FlowStorm debugger 3.2.271! FlowStorm is a Clojure and ClojureScript debugger with some unique features. The most important thing about this release is that it uses Hansel for instrumentation. Hansel code has more testing and a bunch of improvements which should make instrumentation better specially in ClojureScript. Apart from that, the release contains a couple of new features, fixes and changes : • New tap button allows you to tap> any value from the UI (nice to integrate with other tooling like portal) • New locals "tap value" allows you to tap> any locals • Value inspector navigation bar now shows keys instead of val text (which I think is much nicer) • Fix automatic [un]instrumentation watcher (helps with synchronization when you are instrumenting from the browser and also with #trace) Repo : (https://github.com/jpmonettas/flow-storm-debugger) Channel: #flow-storm Cheers!
Published clj-test-containers 0.7.4 to upgrade to the latest testcontainers-java version, along with some smaller technical changes and documentation fixes: https://clojars.org/clj-test-containers