Fork me on GitHub
#figwheel
<
2019-08-01
>
practicalli-johnny06:08:33

@lumpy try clearing the caches in the browse - open the dev tools and look through the settings and purge any cache you find. I used to experience the cache showing incorrect pages or getting stuck showing pages from other projects, even after restarting the browser.

lumpy12:08:48

I have cleared all caches I can think of. Hard browser cache reset. I did a lein clean and even deleted my .m2 directory. This is not happening when we build a packaged app so figwheel must be involved. Right now only solution is to duplicate / route to /dev.

lumpy18:08:03

seems that this dependency entry was causing the issue, removing this entry fixed the problem, adding it back causes it to come back. No idea how that is happening. [metasoarous/oz "1.6.0-alpha2" :exclusions [[org.clojars.didiercrunch/clojupyter]]]

vikeri07:08:55

Tried disabling and enabling rebel-readline, didn’t matter

vikeri07:08:13

If I run pgrep java after a couple of failed attempts there are a bunch of lingering processes.

vikeri07:08:23

On further investigation the REPL seems to work more reliably if I use clj -m figwheel.main.

vikeri07:08:42

Is there a major difference between running clj -m figwheel.main and lein trampoline -m figwheel.main?

vikeri07:08:32

Apart from them using different class-paths from deps.edn/`project.clj`

lumpy18:08:03

seems that this dependency entry was causing the issue, removing this entry fixed the problem, adding it back causes it to come back. No idea how that is happening. [metasoarous/oz "1.6.0-alpha2" :exclusions [[org.clojars.didiercrunch/clojupyter]]]