Chris Kipp
Chris Kipp
This pr updates the following: - various dependencies to the latest - adds in dependabot - updates java and checkout actions - updates ammonite scripts and uses new ammonite in...
I hit on this today which I believe used to work previously 🤔, but let's say that I'm going to go through the list of completions returned and one of...
Hello! I was wondering if it would be possible for `diagnostic-nvim` to also offer an option to show all workspace diagnostics instead of the buffer that it was opened from....
**Version(s)** 0.1.10 **Describe the bug** When making use of the `resourceDir` using directive scala-cli doesn't correctly recognize if a resource has been removed. **To Reproduce** You can reproduce this with...
Given the following code block, if you run scalafix it will cause the second import to jump up a line resulting in it being commented out. ```scala import java.time.Period //...
This isn't necessarily an issue per se, but something that's been hitting my team recently and wanted to have a discussion around it before trying to pr a fix. Currently...
At my work we use Scala Steward to update all of our internal dependencies. We use a hosted Sonatype Nexus to both have a mirror of Maven Central and also...
There is currently no way (as far as I can tell) to check the actual version of cs that you have installed. All the logical ones that a user would...
This is a follow-up to the work done in https://github.com/com-lihaoyi/mill/pull/2010 to also add support for Scala 3.
## The problem When running `scip-java index` on a pure Scala 3 project you won't get any semanticDB produced and therefore no `scip` file will be produced. ## Steps to...