This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-03-14
Channels
- # arachne (5)
- # architecture (2)
- # bangalore-clj (7)
- # beginners (96)
- # boot (34)
- # braveandtrue (1)
- # cider (12)
- # cljs-dev (38)
- # cljsrn (59)
- # clojure (326)
- # clojure-dev (35)
- # clojure-greece (1)
- # clojure-italy (6)
- # clojure-russia (47)
- # clojure-spec (16)
- # clojure-uk (25)
- # clojurescript (136)
- # core-async (18)
- # cursive (18)
- # datascript (2)
- # datomic (28)
- # dirac (6)
- # emacs (4)
- # garden (3)
- # hoplon (28)
- # instaparse (1)
- # jobs (4)
- # juxt (1)
- # lein-figwheel (10)
- # liberator (1)
- # mount (3)
- # off-topic (39)
- # om (16)
- # om-next (1)
- # onyx (15)
- # pedestal (9)
- # proton (1)
- # random (1)
- # re-frame (48)
- # reagent (8)
- # ring-swagger (4)
- # rum (3)
- # specter (5)
- # sql (3)
- # unrepl (273)
- # untangled (27)
- # vim (4)
- # yada (7)
I'm getting the weirdest error -- at least I think it's an error? Almost impossible to google for, unfortunately (harmonium is the name of the project). This shows up before every repl prompt. Can anyone clue me in?
@eggsyntax: not sure, but I think it has something to do with multiple connections - I noticed it recently when I was testing in multiple browsers. Don't think it's an error though
I thought it might, but I've definitely only got one (cljs) connection going (I'm using cider-jack-in-clojurescript, so I do also have a clj connection). That said, although it persisted across one emacs & cider restart, it's gone away after another one, so who knows? 😜 Thanks!
There was this https://twitter.com/technomancy/status/841448456111570944 by the lein maintainer, which spurred me to write http://slipset.github.io/posts/check-in-lein
the TL;DR of it is that I find my cljs-build/figwheel setup a bit on the complicated side of things.
One way I’d like to look into is if it were possible for the lein-figwheel
(or some other plugin) to take care of all the stuff I have had to spell out in my project.clj.
Anyone else have thoughts on this, and would it be interesting for lein-fighweel
to go down that avenue or is it totally out of scope?
@slipset: I would love it if it were simpler - I just end up starting with lein new figwheel
every time and building from there because otherwise I miss something and have problems. On my someday list is figuring out how to contribute back to figwheel, but I haven't got there yet.