Chris Kipp
Chris Kipp
### Describe the bug So I'm reporting this as a bug instead of a feature requests because when you hit on this it has the possibility to really screw up...
On a fresh M1 macbook I just tried to install coursier via `brew install coursier/formulas/coursier` according to the website. After install and attempting to use `cs` I get ``` exec:...
I came across this in the context of https://github.com/ckipp01/mill-github-dependency-graph/issues/77. The problem is that if you have a dependency with a pom that looks like [this one](https://repo1.maven.org/maven2/io/netty/netty-tcnative-boringssl-static/2.0.54.Final/netty-tcnative-boringssl-static-2.0.54.Final.pom) that has a dependency...
### Discussed in https://github.com/coursier/coursier/discussions/2481 _Moving this into an issue because it's been sitting in discussions for over 6 months with no response_ Originally posted by **ckipp01** July 19, 2022 This...
Lately I've been trying to clean up my `$HOME` dir and have been noticing that a lot of the Scala ecosystem stick stuff in `$HOME`. Looking around in Bloop I...
We have a fresh Hydra license that I've added to the secrets. Let's see how re-enabling the tests work.
Related to the https://github.com/scalacenter/bloop/issues/1680 epic I wanted to create an issue to start actually tracking some of the tests that I'm continually seeing failing. As I notice them I'll start...
I originally brought this up on Discord and @lolgab mentioned [he was going to look into it](https://discord.com/channels/632150470000902164/940067748103487558/1208321324649414676), but I figured I'd create an issue about it just to have something...
This is a feature request related to using Mill as a BSP server. Currently Metals is a `runProvider` and `testProvider`, but not a `debugProvider` as you can see in the...