Julien Richard-Foy

Results 88 issues of Julien Richard-Foy

We would like to have a single website documenting both Scala 2 and Scala 3 since, in most of the cases, their syntax is very similar, and their features are...

help wanted
good first issue

As shown here: https://github.com/scala/docs.scala-lang/pull/1469#pullrequestreview-295418228

help wanted

The instructions don’t work with the last version of sbt-pgp.

help wanted

http://docs.scala-lang.org/overviews/parallel-collections/overview.html We should probably move the parallel collections documentation away from docs.scala-lang.org, like we did with scala/scala-xml.

help wanted

- Inline sbt-scalafix installation instructions - Mention all the important details to pay attention to (like the Scala version of the project to migrate) - List the different rules and...

help wanted

The fact that Scala and Ammonite evolve can make it impossible to run old scripts with a new version of Ammonite. This problem is solved by sbt by having a...

Every time I run a scala-cli script, scala-cli creates a lot of temporary directories (there seems to be at least one directory per library dependency), which are never cleaned up....

enhancement

The [installation instructions](https://get-coursier.io/docs/cli-installation) show the following complete procedure: ~~~ sh $ curl -fLo cs https://git.io/coursier-cli-"$(uname | tr LD ld)" $ chmod +x cs $ ./cs install cs $ rm cs...

Is it possible to define sub-entries in the TOC? I would like them to be collapsed by default, e.g.: - foo - quux But, when one entry is selected, then...