Alexandre Archambault
Alexandre Archambault
Running a first cell like ```scala val `a-b-c` = 2 ``` then entering in a second one: ```scala `a-b` ``` and hitting Tab right after b results in the following...
Just checking how it goes for now. This shouldn't be merged until Metals stops using it (so until https://github.com/scalameta/metals/pull/4103 or similar work gets merged there). Fixes https://github.com/scalacenter/bloop/issues/1753.
IIUC the launcher modules allow to spawn a Bloop server and open a BSP connection to it. As far as I know, Metals is its only user (as the other...
When opening a BSP connection with Bloop via `bloop bsp --protocol local --socket /path/to/socket`, Bloop doesn't delete the socket file when it stops listening on it. Even though its path...
These changes allow users to provide a custom way of getting Windows system folders from UUIDs, rather than using the default PowerShell-based way, which has been a source of issues...
Fixes https://github.com/dirs-dev/directories-jvm/issues/32. Use like ``` $ directories Foo cache: /Users/alexandre/Library/Caches/Foo config: /Users/alexandre/Library/Application Support/Foo data: /Users/alexandre/Library/Application Support/Foo local data: /Users/alexandre/Library/Application Support/Foo preference: /Users/alexandre/Library/Preferences/Foo runtime: null $ directories Foo --cache /Users/alexandre/Library/Caches/Foo ```
Add CLI
I think it'd be nice / convenient if directories-jvm had a CLI, to print the directories of an app, from its name, on the current OS. It could be used...
In [coursier-interface](https://github.com/coursier/interface), bumping sbt-mima to `0.9.0` or higher (including the latest `1.1.0`) makes `mimaReportBinaryIssues` crash with an `ArrayIndexOutOfBoundsException`: ```text sbt:coursier-interface> interface/mimaReportBinaryIssues [error] stack trace is suppressed; run last interface /...
Reported by @raulraja on the gitter of shapeless (https://gitter.im/milessabin/shapeless?at=56fcf50fbbffcc665faad6e5) ``` scala import org.scalacheck.Shapeless._ import shapeless._ import org.scalacheck._ def test[L