This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-02-11
Channels
- # announcements (1)
- # beginners (84)
- # boot (325)
- # cbus (1)
- # cider (13)
- # cljs-dev (1)
- # cljsjs (1)
- # cljsrn (15)
- # clojars (8)
- # clojure (221)
- # clojure-czech (2)
- # clojure-ireland (8)
- # clojure-madison (28)
- # clojure-poland (176)
- # clojure-russia (111)
- # clojurebridge (7)
- # clojurescript (75)
- # community-development (70)
- # conf-proposals (19)
- # core-async (29)
- # css (12)
- # cursive (66)
- # datavis (15)
- # datomic (61)
- # devcards (15)
- # dirac (2)
- # editors (13)
- # emacs (9)
- # funcool (7)
- # hoplon (13)
- # jobs-discuss (5)
- # ldnclj (39)
- # ldnproclodo (1)
- # lein-figwheel (3)
- # leiningen (21)
- # liberator (26)
- # off-topic (12)
- # om (153)
- # onyx (168)
- # parinfer (165)
- # proton (21)
- # quil (5)
- # re-frame (58)
- # reagent (4)
- # ring-swagger (12)
- # spacemacs (3)
- # yada (120)
@maio Just did a pull request with a fix: https://github.com/bhauman/devcards/pull/98
Maybe you can comment if it’s the same problem you’re experiencing, and if the fix works for you?
@grav: nice I'll try that. I think I remember trying to set :watch-atom
myself but that didn't work either (at same place as setting :inspect-data true
)
No, unfortunately it’s done as (assoc opts :watch-atom false)
, so it’ll always overwrite whatever you supply
Okay, this is a long-shot, but I did something and now my devcards app is a blank page and I have no idea why. Is that by any chance a known issue with a known cause?
Hmm, now I'm getting goog.require could not find: figwheel.connect
. I'm probably doing something wacky.
@peeja: probably an error being thrown in a macro
(reset-autobuild)
should show you the stack trace
how do I get a list of my “cards” going like at http://rigsomelight.com/devcards/#!/ I just have one the .core one...
@michaellopez: That first page should list every namespace that has at least one card in it
oh, i see, maybe like in this file… https://github.com/bhauman/devcards/blob/master/example_src/devdemos/start_ui.cljs