Fork me on GitHub
#figwheel-main
<
2018-10-14
>
dimovich13:10:56

@bhauman, fyi lein-figwheel works fine for multiple connected clients. When using figwheel-main only the last connected client is receiving reload broadcasts...

aisamu18:10:21

IIRC, this is intentional. There's a .*broadcast.* option somewhere that changes it

dimovich12:10:04

the docs say that the default is :broadcast true

dimovich12:10:37

and even if I add this flag, it doesn't change the behavior, only the last connected client receives the updates

dimovich12:10:04

From inside figwheel-main all clients are visible, (talking about *connections* atom in figwheel.repl)

richiardiandrea17:10:20

Hello folks, is there a watch mode for testing?

richiardiandrea17:10:55

I am following https://figwheel.org/docs/testing.html but I really miss a watch mode in the terminal

richiardiandrea17:10:17

my app is node only for now (actually I am porting the sieppari library)

richiardiandrea18:10:42

also, where can I contribute some doc? I see that the info in https://github.com/clojure-emacs/cider-nrepl

richiardiandrea18:10:57

applies to figwheel as well

richiardiandrea18:10:38

and I was able to have figwheel main working in Cursive