This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-10-23
Channels
- # announcements (3)
- # aws (2)
- # babashka (31)
- # beginners (14)
- # calva (14)
- # cider (4)
- # clj-kondo (1)
- # clojure (24)
- # clojure-europe (18)
- # clojure-gamedev (4)
- # clojure-nl (3)
- # clojure-norway (23)
- # clojurescript (24)
- # core-typed (23)
- # data-science (9)
- # datomic (1)
- # emacs (15)
- # events (4)
- # gratitude (3)
- # introduce-yourself (1)
- # leiningen (9)
- # lsp (65)
- # membrane (39)
- # music (1)
- # nbb (1)
- # obb (8)
- # reitit (17)
- # releases (1)
- # tree-sitter (2)
- # vim (28)
- # xtdb (3)
Ions question:
In the top level of a namespace I’m trying to
(set! *default-data-reader-fn* <my-fn>)
and seeing…
"Type": "java.lang.IllegalStateException",
"Message": "Can't set!: default-data-reader-fn from non-binding thread"
Probably something I don’t understand about dynamic vars, root vs thread bindings or about how datomic ions run our application — would appreciate any pointers or advice, thanks!