Results 110 comments of Jim
trafficstars

I am also having this issue. Would be great if the karma docs described how to actually add coverage reports... 😥

Thanks @johnjbarton! Unfortunately, the debug logging didn't give me any hints. 😥 For anyone else frustrated by these issues, I have started another thread about it here: https://github.com/karma-runner/karma/issues/3445

I ran into this issue after running a c++ program on a new computer than the one I had originally ran it on. The program used a `CMakeLists.txt` to do...

Hi, great discussion, thanks. However, when I upgrade to clojurescript 1.10.64 and clojure 1.9.0, but even when I try to change :optimizations to :simple or :main I am getting errors...

Hey, any update on when draggable columns will work again? :)

awesome, thanks! ❤️

@softprops awesome, and thanks for the quick response! 👍 And yes, anything to improve the discoverability of available templates would be awesome!

``` (require 'ok-then.core) ;; => No such namespace: ok-then.core, could not locate ok_then/core.cljs, ok_then/core.cljc, or JavaScript source providing "ok-then.core" ``` ``` (in-ns 'ok-then.core) ;; => ok-then.core=> ``` ``` (ok) ;;...

Thanks but this is what I normally do to get the REPL going, but it is not working- hence why I opened this issue. Can you please post how you...