Ross A. Baker
Ross A. Baker
Following up on https://github.com/typelevel/sbt-typelevel/issues/442, I still think we want it to be configurable. Use case: we do a lot of [runtime dependency overrides](https://github.com/Banno/cosmos4s/blob/1c151ce338a501ab97247e1bf5e213b4050259f8/build.sbt#L78) when upstream lags behind our security requirements....
Spinning off from #573, discussing a light code theme to go with the light overall theme. > light theme code highlighting is a bit trickier imo _CW: Emacs_ Protesilaos Stavrou...
Would it be possible to upgrade to snakeyaml-2.0 for the 0.5 release? There's a nuisance CVE on 1.33. One question would be how much of the rest of the SBT...
Several projects are building all the Scalas for one Java, and all the Javas for one Scala, instead of the cartesian product. Would this be a sensible default to keep...
https://github.com/typelevel/fs2-grpc/runs/2316215041?check_suite_focus=true 1. fs2-grpc-1.1.0-RC3 was tagged, released 2. Retagged the same commit as 1.1.0 3. Locally, version number is still inferred as 1.1.0-RC3. This seems like a git versioning pitfall. 4....
The default JDK changed from 8 to 11 in 0.14.0, which isn't noted in the changelog and probably not what most people want. Lots of people are getting Scala Steward...
Fading?
Mine looks good after I run it, but several minutes later, some of the dates in E show 280 or 360 contributions instead of the expected 180. This makes the...
It's silly that we have to clone this instead of installing from a package manager. We should either: 1. Justify our existence as a standalone project and submit to MELPA....
```elisp (defvar lsp-scala--config-options `(:hover (:enabled "true"))) (defun lsp-scala--set-configuration () ;; TODO is this going to irritate everything but metals? (lsp--set-configuration `(:metals ,lsp-scala--config-options))) (add-hook 'lsp-after-initialize-hook 'lsp-scala--set-configuration) ``` yields ``` 00:45:17.305 INFO...
The Scala 3 templates haven't been updated in over a year. Does anybody want to adopt them?