This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-02-10
Channels
- # announcements (6)
- # babashka (38)
- # beginners (85)
- # biff (3)
- # calva (2)
- # cider (11)
- # clerk (14)
- # clj-kondo (6)
- # clj-on-windows (27)
- # cljsrn (18)
- # cljtogether (2)
- # clojure (106)
- # clojure-austin (1)
- # clojure-belgium (1)
- # clojure-europe (19)
- # clojure-nl (1)
- # clojure-norway (9)
- # clojure-uk (2)
- # clr (2)
- # cryogen (1)
- # cursive (10)
- # datahike (3)
- # datavis (2)
- # datomic (15)
- # emacs (7)
- # graalvm (10)
- # graphql (20)
- # gratitude (1)
- # hyperfiddle (1)
- # improve-getting-started (23)
- # joyride (24)
- # london-clojurians (1)
- # lsp (22)
- # malli (4)
- # matcher-combinators (3)
- # membrane (13)
- # off-topic (1)
- # pathom (24)
- # polylith (9)
- # react (31)
- # reagent (9)
- # releases (1)
- # remote-jobs (1)
- # reveal (3)
- # shadow-cljs (50)
- # spacemacs (3)
- # specter (5)
- # xtdb (4)
Just released v1.0.2 of https://github.com/matthewdowney/rich-comment-tests/ which is compatible with Babashka >=1.1.171 (now rct's JVM and bb code is identical)[1]. Thanks for the heads up @borkdude! [1] https://github.com/matthewdowney/rich-comment-tests/issues/18
A new version of https://vlaaad.github.io/reveal/ is out (Free:
1.3.280
, Pro: 1.3.359
)! It introduces highlighting of illegal booleans. If you wonder, what the hell is illegal boolean and why they are a problem, you can read the https://vlaaad.github.io/illegal-booleans. In short, it's a boolean that's neither Boolean/TRUE
nor Boolean/FALSE
, and it messes with Clojure's equality semantics implementation. Discuss here or in #CUDTFQ152
I remember running into this problem when data was being sent over the wire through hazelcast. Couldn't believe my eyes when I saw a false being evaluated as true!
bb-dialog gets support for treeview in v0.3! #babashka https://github.com/pixelated-noise/bb-dialog

