Fork me on GitHub
#figwheel
<
2017-04-11
>
mikerod00:04:29

yeah, your case sounds maybe more complex than mine having the <canvas> involved and all, but it may not be much different

sophiago00:04:46

actually it may be simpler. i do find drawing to canvas requires manually reloading to clear it, but there's no dom manipulation going on

mikerod01:04:05

Thanks. I'll be sure to follow along.

ustunozgur08:04:29

I occasionally experience figwheel not picking up the changes, but I am actually not sure. Does anyone experience anything similar? I was wondering whether the "safe write" of intellij might be causing it, when I saw this issue: https://github.com/facebookincubator/create-react-app/issues/659#issuecomment-247808153

alex_lynch10:04:22

is there a problem with figwheel? I tried starting a new project with it with lein new figwheel proj -- --om, and get a ton of errors in the console and the repl doesn't connect

alex_lynch10:04:33

weirdly this is what one of the file internals looks like:

alex_lynch10:04:15

oh so I just cleared chrome browser cache and now it all works...

ustunozgur11:04:08

I usually have Network -> Disable cache while in development.

alex_lynch11:04:46

oh, good idea

alex_lynch11:04:58

ack clearing the browser history, deleted all my autocompletes haha. Now I have to type out full URLs again

john19:04:17

Anyone know how to run multiple figwheel repls, while only doing the directory watching and compiling from one?