This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2015-09-01
Channels
- # admin-announcements (11)
- # announcements (1)
- # beginners (1)
- # boot (36)
- # cider (8)
- # cljs-dev (13)
- # clojure (65)
- # clojure-berlin (18)
- # clojure-russia (54)
- # clojurescript (137)
- # code-reviews (3)
- # datomic (30)
- # emacs (9)
- # events (13)
- # hoplon (36)
- # jobs (1)
- # ldnclj (4)
- # melbourne (15)
- # off-topic (2)
- # om (4)
- # re-frame (5)
- # reagent (25)
- # sydney (3)
- # testing (1)
@mikethompson: thanks, i've seen it and used already. It was just a bug in my code which was hard to find for me. I guess some preconditions in subscribe
could really ease it.
@nidu: what was the bug?
@danielcompton: passed a plain string to dynamic sub
@nidu: I've added a note to that issue https://github.com/Day8/re-frame/pull/108#issuecomment-136600880
@mikethompson: thanks, probably i had to do it in the first place