This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-02-15
Channels
- # announcements (8)
- # architecture (9)
- # autochrome-github (1)
- # babashka (48)
- # beginners (55)
- # calva (36)
- # cider (16)
- # clj-commons (1)
- # clj-kondo (38)
- # cljs-dev (44)
- # cljsrn (1)
- # clojure (164)
- # clojure-europe (35)
- # clojure-nl (2)
- # clojure-norway (10)
- # clojure-uk (23)
- # clojurescript (50)
- # conjure (24)
- # core-async (1)
- # cryogen (2)
- # cursive (38)
- # datalevin (11)
- # datascript (2)
- # datomic (13)
- # duct (1)
- # emacs (16)
- # events (12)
- # exercism (3)
- # figwheel-main (7)
- # fulcro (26)
- # honeysql (5)
- # integrant (1)
- # jobs (3)
- # kaocha (6)
- # lsp (72)
- # malli (22)
- # nextjournal (35)
- # nrepl (1)
- # off-topic (34)
- # pathom (5)
- # polylith (8)
- # portal (40)
- # re-frame (14)
- # reagent (42)
- # reitit (1)
- # releases (1)
- # remote-jobs (1)
- # reveal (9)
- # sci (2)
- # shadow-cljs (13)
- # sql (3)
- # tools-deps (33)
- # vim (25)
Quick question (to @wilkerlucio probably): Is https://github.com/wilkerlucio/pathom3-datomic also ready for production use, or should we stay away for now?
I suggest avoiding it, the problem is more about access control, so in the end its probably better to write manual resolvers to have a tight grip on it, this is how Fulcro users do with Datomic

My regression tests pass with this snapshot. Every client query goes through a lenient mode phase followed by a strict mode phase (for silly, backward compatibility reasons). In the lenient mode, I expect a lot of the query attributes to be unresolvable. The result of the lenient mode query is massaged a little and then executed as a strict query. I do not expect any resolver to throw an exception. The upshot is that both phases of the query processing is working without a problem. I plan to start developing using this snapshot (and the new visualizer) and I'll see how exceptions are handled.
I meant to put this comment under https://clojurians.slack.com/archives/C87NB2CFN/p1644868244592199