lein-figwheel

macroz 2016-06-20T12:51:38.000146Z

I'm developing with in the REPL with figwheel in a re-natal app. If I println in a function I get the result in the REPL. Howver, if I do a POST request (with cljs-ajax) and put a println in the callback, it does not get printed. Does anyone know why this happens? Thanks.

bhauman 2016-06-20T17:45:30.000147Z

This is fixed in the latest figwheel [0.5.4-3]

bhauman 2016-06-20T17:45:40.000148Z

@macroz: ^

2016-06-20T17:55:18.000150Z

Hey @bhauman: doing a :websocket-url "ws://[server-ip]..." works fine when doing "lein figwheel" in the command line, but fails using the cider setup. Is there any special sauce that I need to add to the

(do (require 'figwheel-sidecar.repl-api)
           (figwheel-sidecar.repl-api/start-figwheel!)
           (figwheel-sidecar.repl-api/cljs-repl))
to make it work?

bhauman 2016-06-20T17:56:31.000152Z

What version of figwheel are you using?

2016-06-20T17:56:46.000153Z

0.5.4-3

bhauman 2016-06-20T17:57:06.000154Z

Well that is strange

2016-06-20T17:57:06.000155Z

oooh but not of fighweel-sidecar

bhauman 2016-06-20T17:57:11.000156Z

yep

2016-06-20T17:58:23.000157Z

yup, that worked!

2016-06-20T17:58:31.000158Z

Thank you!!

bhauman 2016-06-20T18:13:04.000159Z

Sweet 🙂