This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-02-08
Channels
- # aatree (3)
- # announcements (1)
- # architecture (5)
- # beginners (27)
- # boot (22)
- # cider (17)
- # cljsrn (8)
- # clojure (93)
- # clojure-canada (1)
- # clojure-dev (7)
- # clojure-nl (10)
- # clojure-poland (216)
- # clojure-russia (35)
- # clojurescript (163)
- # community-development (6)
- # cursive (25)
- # datavis (6)
- # datomic (18)
- # dirac (10)
- # dysphemism (4)
- # editors (3)
- # editors-rus (1)
- # emacs (15)
- # hoplon (124)
- # instaparse (25)
- # jobs (10)
- # ldnclj (78)
- # lein-figwheel (11)
- # leiningen (6)
- # off-topic (20)
- # om (149)
- # onyx (2)
- # parinfer (5)
- # portland-or (1)
- # proton (62)
- # quil (2)
- # re-frame (8)
- # spacemacs (4)
- # yada (20)
Hello, just trying to get to run. Actually the dirac tools show me this error: VM1571:1 Unable to resolve backend-url for Dirac DevTools. target-url=
@danielgrosse: did you manage to fix it? are you running latest chrome canary with --remote-debugging-port=9222
enabled?
Yeah, I used a new Workspace. The error occured in my existing workspace. So maybe a conflict with another plugin. I didn't had the time to dig deeper.
Unfortunately, im not able to use the repl in the dev tools. When I try (+ 1 1)
the error
Uncaught SyntaxError: Unexpected number
at Object.InjectedScript._evaluateOn (<anonymous>:871:140)
at Object.InjectedScript._evaluateAndWrap (<anonymous>:811:34)
at Object.InjectedScript.evaluate (<anonymous>:667:21)
occurs@danielgrosse: you didn’t switch to CLSJ REPL prompt, you entered (+ 1 1) into normal JS console prompt
also I think your previous problem was caused by having internal chrome devtools opened in the page
Okay. thank you. Maybe I should read the description more carefully.