Thomas Heller
Thomas Heller
Yes, exactly. I want the default Clojure original printing. cider installs this globally and overwrites that default though. I don't want `binding` because shadow-cljs does not use cider-nrepl itself, so...
Note this isn't the [first time](https://github.com/thheller/shadow-cljs/blob/d21151a28b8f4ef4ca9d9d746ad7f2947bea3fdd/src/main/shadow/core_ext.clj#L4C4-L4C4) shadow-cljs had to work arround cider "overreaching" with its code. I might still add that `binding` regardless, or I might just add my own...
No, I have no intention of working arround this on the shadow-cljs side. I guess the number of people that tap a huge (circular) atom, use the Inspect UI and...
Why is `:cache-level :all` in this question? It is the default. Do you set it specifically or mess with other caching options in some way? `par-compile` is the parallel compilation...
If it is failing do you see it getting stuck at `Cache read`? The verbose log is basically showing every "progress event" that is happening. So, say it is failing...
Oh and I forgot to ask ... which shadow-cljs version do you use? Thats probably the most important bit. If it is some ancient history thing maybe try upgrading first....
Those are some excessively slow write times overall? Its not just the cache, this is also much slower than normal. ```
Well, now I see why the flush I mentioned takes so long. `4247 files` is a lot and that will take some time to write I guess. So, my guess...
Well yeah, it is all happening in a fixed size threadpool. So, at some point it the resources are all busy there is going to be some queuing. I assume...
Yes, `cljs-test-display` is the library currently used for this. I do have plans to change that though. In the meantime you can just add the style needed to your `index.html`...