Chris Kipp
Chris Kipp
If I do an upload for a Scala project, like you can see [here](https://sourcegraph.com/github.com/ckipp01/mill-giter8/-/code-graph/uploads/TFNJRlVwbG9hZDoyMDY5MDc3) that includes `maven/org.scala-lang/scala-library` under the dependencies section I would expect then that navigation to the Scala...
## Problem We spoke about this briefly on [discord])https://discord.com/channels/969688426372825169/996621621626404995/1005558198259961876), but I wanted to throw this up here to track it as well. Currently if you do an upload using jdk17...
👋🏼 hello! I wanted to drop this off here since I got this working and think it's pretty neat. Lately I've been using [`scala-cli`](https://scala-cli.virtuslab.org/) quite a bit and I was...
### Description Given a minimal timeline diagram it seems impossible to be able to escape `:`. However when you try to for example wrap it in quotes you get a...
Currently when completions are returned from the server Nvim doesn't take into account that there can be `additionalTextEdits` that are part of the `CompletionItem`. The can bee seen in the...
Some servers will make use of this. You can see it in the spec [here](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#window_showMessageRequest). An example of a server that uses this is [Metals](https://scalameta.org/metals/), which is the language server...
### Describe the bug When using the new `progress` support added in [this pr](https://github.com/scalameta/metals/pull/6055), which is great btw, you start to notice that there is a lot of compilation requests...
### Describe the bug So I originally hit on a very similiar issue to this with scala-cli and created an issue for it [here](https://github.com/VirtusLab/scala-cli/issues/2052), although I'm starting to think the...
### Describe the bug I think there are situations where we can do a better job of surfacing the `ScalafixRunException` that we have. For example I was just working on...
### Describe the bug When using Mill as your build tool and defining tasks in your build definition the navigation you often want doesn't work as expected. Best explained with...