This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-12-06
Channels
- # adventofcode (71)
- # aleph (1)
- # announcements (6)
- # aws (1)
- # babashka (27)
- # beginners (60)
- # biff (7)
- # calva (3)
- # clj-kondo (3)
- # clj-yaml (1)
- # clojure (60)
- # clojure-europe (43)
- # clojure-nl (3)
- # clojure-norway (75)
- # clojurescript (16)
- # code-reviews (7)
- # css (4)
- # cursive (47)
- # datascript (4)
- # events (5)
- # fulcro (37)
- # gratitude (5)
- # hyperfiddle (4)
- # introduce-yourself (4)
- # joyride (23)
- # juxt (4)
- # malli (4)
- # membrane (64)
- # nbb (8)
- # off-topic (12)
- # other-languages (6)
- # pathom (6)
- # polylith (9)
- # random (3)
- # rdf (66)
- # reitit (3)
- # releases (2)
- # shadow-cljs (18)
- # tree-sitter (10)
Hey folks, I'm wondering how I can debug the input and output of the nREPL?
Thanks a lot
It'll do the job. Thanks again!
Hello ๐ I am facing a weird situation and I can only pinpoint it to the shadow/re-frame interaction. The same application works fine in dev, but it looks like subs are broken on production (`release`). Is there something I am missing like a require somewhere? Edit: solved Problem between the keyboard and the chair.
dev/release difference sounds like the closure compiler doing something funky, but event/subs are only about emitting namespaced keywords, so I donโt know what could be wrong here.
My view is essentially receiving nil
from a sub in release
, but it works fine in watch
mode.
Events look alright.