Fork me on GitHub
#clojurescript
<
2019-01-11
>
jaide00:01:01

I think it has something to do with

jaide00:01:03

I don’t really want to disable it, I just don’t want it in my stdout since I’m using reagent-blessed and it’s causing rendering errors

jaide01:01:50

http://cl.ly/1eef6fb11adc see how the goog.net.WebSocket is interfering with the yellow UI?

jaide01:01:03

lein-figwheel doesn’t have this problem

WhoNeedszZz06:01:21

Doesn't lein-figwheel target the old figwheel?

jaide15:01:56

From what I understand lein-figwheel is older but still maintained

jaide15:01:24

I was able to figure this out I think the dependency version on Google Closure changed between lein-figwheel and figwheel-main and some of the logging goes through console.error instead of just console.log and I was only capturing console.log.

jco13:01:33

Hi, can I configure figwheel during runtime, instead of in the Leiningen project.clj. I want to set :server-ip in the client settings, but I need to run some code that figures out my private IP to do so.

jco13:01:29

figwheel-sidecar.config seems to be where I should look.