Phillip Taylor
Phillip Taylor
Same error. I tried to install the stable 2.0.9 release. If the installer for coursier is `curl | sh` then it surely it demonstrates you're going against the solutions to...
The autocomplete box doesn't open if there are no matches, so one viable solution seems to be to do this: ``` var autocompleteSilentMode = false; function sourceFunction(query, syncCallback, asyncCallback) {...
It's not obvious from the README what the actual output of that code is. Ideally logging is always executed and written to disk even if something afterwards blows up inside...
I concur that `sbt assembly` shouldn't be running tests. It makes the system less stable and less flexible. You would expect `sbt coverage test coverageReport clean compile assembly` to make...