Results 251 comments of Thomas Heller

Sorry can't help much. The whole "Trusted" setup inside the closure library code is very useful but it is very invasive and sort of an all or nothing proposition. If...

FWIW the last time I looked at this kaocha complected compiling tests with running them. So it isn't possible to run tests in `:advanced` for example, which is something I...

@plexus are there any docs about custom runner types like this one for kaocha? It seems easier to me to just create a custom shadow-cljs runner than trying to make...

This is related to https://github.com/bhauman/cljs-test-display which is used by `:browser-test` but not `:node-test`. What it does is set its own [:reporter](https://github.com/bhauman/cljs-test-display/blob/727a08d298b1ce380de4c8f0145254b95eb957cd/src/cljs_test_display/core.cljs#L384) and then implement all the other `defmethod` impls for...

https://shadow-cljs.github.io/docs/UsersGuide.html#cider

This is not yet supported by the Closure Compiler I guess. You can use [:js-provider :external](https://shadow-cljs.github.io/docs/UsersGuide.html#js-provider-external) if you must use this package. Otherwise we'll have to wait till the Closure...

This is the related issue https://github.com/google/closure-compiler/issues/2731. Still nothing though.

I did a quick debug and found the cause in CLJS directly, at least I think so. Basically the fix is to `(require 'bug-shadow-macro-repl)` first, since that creates the necessary...

See https://clojure.atlassian.net/browse/CLJS-3413

Which version mix is this? shadow-cljs? core.async? undertow? My first, and really only, guess is some sort of version conflict. Or something else messing with classloaders. This is the [websocket...