Matthew de Detrich

Results 196 issues of Matthew de Detrich

As is noted in README.md > ⚠️ This project is being ramped down due to Akka's move away from [Open Source](https://www.lightbend.com/blog/why-we-are-changing-the-license-for-akka). Is this project open to switching to the Pekko,...

Some projects that happen to have a very long fully qualified project name and they use nested imports to shorten boilerplate. A good example of this is pekko, where we...

PR currently in draft because I found a single scalafmt issue, see https://github.com/scalameta/scalafmt/issues/3824

Previous related issue on this topic: https://github.com/slick/slick/issues/1888 Given that there are not many conflicting PR's open for Slick (I currently found 2) and that scalafmt is considered stable and supports...

I noticed that this project uses the `@inline` annotation which actually doesn't do anything unless you have the scala-2 inliner enable, quoting from https://docs.scala-lang.org/overviews/compiler-options/optimizer.html > The `@inline` annotation only has...

Since it can mess with local development

Does anyone have any thoughts in regards to providing a non blocking (i.e. backed by Scala Future's) api for SSH?

MacOS 13 is an ARM runner, should add this to CI to see if there are any problems.

This PR is an upstream port of https://github.com/typelevel/sbt-typelevel/pull/98, every commit has been cherry picked both for authorship acknowledgement and also to make it easy to correlate the commits. In the...

When generating the various github action workflows sbt-github-actions uses the full Scala version (i.e. https://github.com/sbt/sbt-github-actions/blob/main/.github/workflows/ci.yml#L26). sbt now supports running a build against a specific Scala major version instead of the...

enhancement