Adrien Piquerez

Results 112 issues of Adrien Piquerez

**Describe the bug** The Scala 3 compiler produces colored error messages that are not correctly displayed in VS Code Metals output: ``` 2021.03.16 21:18:35 ERROR �[31m-- [E007] Type Mismatch Error:...

improvement
good first issue

### Describe the bug 1. Open a project in Metals 2. Add some compilation error 3. See in the BSP traces that `buildTarget/scalaMainClasses` is sent just after `buildTarget/compile` fails ```...

improvement

- Stop stripping `-J` prefix to close #1456 - Log all forked commands with info level to address https://github.com/scalameta/metals-feature-requests/issues/352

## Motivation ### Current state On the project page, we can click on the `Versions` tab to see the list of versions of the default artifact of the project. This...

good first issue

Introduces 3 endpoints: - `GET /api/projects` to get the lists of all projects, except the ones that are moved or deleted on Github. - `GET /api/projects///artifacts` to get the lists...

### Motivation Compile with Scala 3 ### Identified Obstacles - We will probably need to make some major bump of some libraries and fix the breaking changes. - Some libraries...

good first issue

Bump flyway to 9.8.3 Bump elastic4s to 8.5.0 ++ some refactoring around Flyway and DatabaseSuite

Because [Akka is not open source anymore](https://www.lightbend.com/akka/license-faq) maybe the course should use [Pekko](https://github.com/apache/incubator-pekko), which is the open source fork of Akka, but Pekko is not yet released.

I suggest to add a short section in exercise 0 to explain how to open the project in an IDE, and how to re-import it when the build changes.