This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-02-09
Channels
- # beginners (55)
- # boot (173)
- # clara (3)
- # cljs-dev (10)
- # cljsjs (3)
- # clojars (11)
- # clojure (110)
- # clojure-austin (5)
- # clojure-berlin (13)
- # clojure-chicago (2)
- # clojure-dusseldorf (3)
- # clojure-france (24)
- # clojure-italy (4)
- # clojure-portugal (1)
- # clojure-russia (60)
- # clojure-serbia (8)
- # clojure-spec (150)
- # clojure-uk (129)
- # clojurescript (87)
- # core-logic (1)
- # cursive (75)
- # datavis (1)
- # datomic (75)
- # devcards (4)
- # dirac (17)
- # emacs (50)
- # events (2)
- # hoplon (9)
- # jobs (4)
- # jobs-discuss (37)
- # lein-figwheel (3)
- # luminus (5)
- # off-topic (54)
- # om (9)
- # om-next (5)
- # onyx (10)
- # perun (11)
- # protorepl (11)
- # quil (2)
- # rdf (2)
- # re-frame (14)
- # reagent (58)
- # ring (13)
- # ring-swagger (10)
- # rum (52)
- # spacemacs (8)
- # test-check (10)
- # untangled (17)
- # yada (34)
Proto REPL now handles namespaces with metadata for many of its actions. Thanks to @mauricio.szabo
sadly, i can't get proto-repl-charts to toggle (show). I've added it to my project.clj :dependencies and did a lein deps. Any ideas what I've missed. update - my proto-repl isn't loading the proto-repl-charts dependency. I added (ns test.core (require proto-repl-charts.charts)) to my clj file and then it works fine. 😀
only other question, when I execute a block of code with ctrl+, b it displays the chart twice (opens 2 new tabs next to the proto-repl tab)
@genec: I haven't seen that before. You might want to restart Atom. It sounds like there's possibly two handlers registered from Proto REPL charts which would be weird.
Do both tabs have the same title?
@jasongilman yes, they both have the same title. I'll try a restart.
@jasongilman when I start the proto-repl (ctrl , L) it starts 2 java.exe processes (running win 7) and then when i execute a block of code for a chart I get 2 tabs.
@jasongilman so a little more info, when I start a repl with (ctrl , l) the msg startign REPL with lein in C:\... is displayed and a java.exe process is started and then a few seconds later a second message "nREPL server started on port xxxx on host 127.0.0.1 - nrepl: xxx" is displayed and a second java.exe process is started. Then executing a chart block of code displays 2 identical chart tabs.
I think the two process thing is a red herring. I think Lein REPL will always do that.
@jasongilman interesting, thanks. I followed your install instructions to the letter. I'll try setting it up from scratch on another machine and see if I can reproduce this. I did install proto-repl-sayid and then disabled it. But I still get 2 tabs opening when displaying a proto-repl-chart. I'll try again on a Windows 10 laptop, but it seems this is not usable on Windows 8 right now. Is anyone able to use proto-repl / charts on Windows 8? Thanks.