This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-11-18
Channels
- # beginners (84)
- # boot (21)
- # cider (12)
- # cljs-dev (13)
- # cljsrn (3)
- # clojure (169)
- # clojure-dusseldorf (2)
- # clojure-gamedev (6)
- # clojure-germany (1)
- # clojure-russia (15)
- # clojure-serbia (4)
- # clojure-spec (16)
- # clojure-uk (4)
- # clojurescript (51)
- # core-async (1)
- # datomic (23)
- # emacs (16)
- # figwheel (1)
- # fulcro (60)
- # hoplon (8)
- # lein-figwheel (3)
- # leiningen (1)
- # luminus (4)
- # lumo (43)
- # off-topic (4)
- # re-frame (17)
- # rum (37)
- # shadow-cljs (21)
- # test-check (13)
- # vim (14)
shadow-cljs watch
a node library often tells me this: [:d3-cljs] Build failure: The required namespace "shadow.umd-helper" is not available.
But it is working well, just do not know what this means.
@cmal fixed in [email protected]
.
@cmal saw your fork. you can now use [email protected]
and specify :devtools {:use-document-host false}
which changes the default behaviour and then uses the :host
specified in :http {:host ...}
which defaults to "localhost"
instead of js/document.location.hostname
way back when I introduced the feature I was using a ruby script for deployment. it was easier to use .json
files, thats pretty much the reason. never changed it since.
I had an issue the other day with two npm dependencies clashing. Specifically object-assign
and object.assign
. How are these npm dep names munged?