Mark Tomko
Mark Tomko
Sorry, my observation seems to be a red herring. I'm having trouble reproducing things, which leads me to believe that my IDE and SBT are working at cross-purposes.
I was able to install a bunch of things this way, thanks @christianharrington (and greetings, it's been a while!). I've installed the following apps: ``` amm bloop-jvm coursier cs sbt...
I can't reproduce your steps, it's still not working here: ```shell uname -a Darwin mbp14.local 21.3.0 Darwin Kernel Version 21.3.0: Wed Jan 5 21:37:58 PST 2022; root:xnu-8019.80.24~20/RELEASE_ARM64_T6000 arm64 ~ ...
I thought of that. `cs` is only on my path when I install coursier via homebrew, and it goes away when I uninstall it: ```shell brew install coursier/formulas/coursier ==> Downloading...
Also, the 2.1.0-M4 release artifacts don't include an M1 executable: https://github.com/coursier/coursier/releases/tag/v2.1.0-M4 And the homebrew formulas default to X86: https://github.com/coursier/homebrew-formulas/blob/master/coursier.rb
I can try and peek a little closer at the source tonight.
Ah, my coworker has pointed out that it's possible to do this by reading from standard in: > If you want to run fastqc on a stream of data to...
One of those repos (https://github.com/broadinstitute/poolq) "belongs" to me and I *think* it should work. I mean, we use it all the time. Also, it doesn't use Mill - it has...
@tgodzik thanks, I probably won't get to it before January but I'm sure I can find a way to work around that; the build should only need those for publishing...
Just noticed #147. will see if I can get that to work....