This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-10-03
Channels
- # aleph (1)
- # beginners (42)
- # boot (34)
- # cider (157)
- # cljs-dev (12)
- # cljsrn (3)
- # clojure (165)
- # clojure-conj (1)
- # clojure-india (1)
- # clojure-italy (6)
- # clojure-russia (20)
- # clojure-spec (27)
- # clojure-uk (173)
- # clojurescript (116)
- # cursive (30)
- # datomic (87)
- # devcards (1)
- # docs (9)
- # emacs (2)
- # ethereum (2)
- # events (2)
- # fulcro (60)
- # graphql (10)
- # hoplon (2)
- # jobs-rus (6)
- # keechma (1)
- # lein-figwheel (9)
- # leiningen (36)
- # luminus (2)
- # mount (3)
- # off-topic (16)
- # om (14)
- # onyx (12)
- # pedestal (19)
- # portkey (107)
- # re-frame (9)
- # reagent (5)
- # ring (26)
- # shadow-cljs (149)
- # spacemacs (3)
- # sql (6)
Isnt about re-frame it's about reagent https://github.com/reagent-project/reagent/pull/308
I love Lambda Island tutorials. I recently tried to replicate getting test.cljs working, from Episode 33… Did git clone
, and then lein cljsbuild once test
, and got this error.
Anyone have any ideas on how to get this running? Thank you!!!
Relevant error line is:
Caused by: clojure.lang.ExceptionInfo: No such namespace: doo.runner, could not locate doo/runner.cljs, doo/runner.cljc, or Closure namespace "doo.runner" in file /Users/genekim/src.local/tmp/ep33testcljs/test/testcljs/test_runner.cljs {:tag :cljs/analysis-error}
Argh… Wrong channel. sorry! Meant to post to #clojurescript. (I’m sure there are worse “wrong Slack channel” stories out there. But still, embarrassing!!! :)
@genekim TIL: Lamba Island is the name of an actual island! https://en.wikipedia.org/wiki/Lambda_Island
using figwheel how would one setup the ring-handler to allow for html5Pushstate?