This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-12-18
Channels
- # adventofcode (1)
- # bangalore-clj (1)
- # beginners (118)
- # boot (39)
- # cljs-dev (6)
- # cljsrn (1)
- # clojure (62)
- # clojure-mke (1)
- # clojure-nl (6)
- # clojure-russia (51)
- # clojure-spec (8)
- # clojure-uk (9)
- # clojurescript (101)
- # code-reviews (1)
- # cursive (2)
- # datascript (9)
- # datomic (80)
- # emacs (4)
- # hoplon (27)
- # jobs-discuss (1)
- # off-topic (1)
- # om (1)
- # onyx (18)
- # protorepl (2)
- # re-frame (13)
- # reagent (13)
- # rum (9)
- # test-check (23)
I changed the length of the variable name, and it now works. Only I don't believe it!
It looks like the double - is the problem. selected-micro-property does not work, but selected-micropropertyx does.
Even the shortened name does not work. Clearly something else is wrong, but I have no idea as to what.
@laforge49: how are you printing the cells? From within another formula cell? Otherwise you will need to deref the cell
I always print from an Anon cell (cell= (.log js/console my-cell))
whenever changing the name changes the behavior the reason is usually shadowing of the name
When I deref, I get an undefined exception. Which I do in the actual code. In the log, I get nil when I don't deref. Wierdness.
@flyboarder The .log was inside a formula cell: