Matthew de Detrich

Results 196 issues of Matthew de Detrich

Now that [sbt-multi-jvm](https://github.com/sbt/sbt-multi-jvm) is better maintained, we should have a look into using the upstream sbt-multi-jmv rather than our own [inner sourced one](https://github.com/apache/incubator-pekko/blob/main/project/SbtMultiJvm.scala) @He-Pin @jrudolph @raboof I remember having a...

build

See https://github.com/apache/incubator-pekko/pull/958#issuecomment-1892088786

Now that the inliner has been merged into Pekko 1.1.x, we should add developer specific documentation on how the inliner works as well as standards/procedures on how to use it...

documentation

This is another commonplace problem that happens when using pekko-streams which arises when you have a `Sink` that has some parameters (i.e. lets say an `id`) but the data to...

This has probably been top of the list when it comes to dealing with commonplace limitations when using pekko-streams, which is the fact that its not easy to create a...

As discussed in https://github.com/mdedetrich/akka-apache-project/discussions/28, pekko core will need to handle wire incompatibility issues arising from the change in the `akka://` address prefix to `pekko://`. There may also be other wire...

Updates and applies javafmt

As a result of the discussion at https://github.com/apache/incubator-pekko-http/pull/297#issuecomment-1669011499 I just found out that there is already a [sbt-multi-jvm](https://github.com/sbt/sbt-multi-jvm) plugin that appears to be identical to ours and was originally upstream...

Currently blocked by https://github.com/lampepfl/dotty/issues/17330. In the meantime should document that artifacts for Scala 3 are not reproducible.

blocked

We are using sbt-coveralls for an open source company project and I just got notified from our security team that the `repo_token` field inside of the `coveralls.json` file constitutes a...