Matthew de Detrich

Results 196 issues of Matthew de Detrich

If you look at the [following job](https://github.com/mdedetrich/pekko-streams-circe/actions/runs/7326307188/job/19951830520?pr=42) you can see that sbt-coveralls is failing when I add `windows-latest` to the github actions pipeline, here is the failing stacktrace ``` [info]...

See https://github.com/sbt/sbt/releases/tag/v1.9.0-RC3, specifically > Deprecation of IntegrationTest configuration sbt 1.9.0 deprecates `IntegrationTest` configuration. ([RFC-3](https://github.com/sbt/sbt/blob/v1.9.0-RC3/sbt-drop-custom-config) proposes to deprecate general use of configuration axis beyond `Compile` and `Test`, and this is the...

See https://github.com/sbt/sbt/releases/tag/v1.9.0-RC3, specifically > Deprecation of IntegrationTest configuration sbt 1.9.0 deprecates `IntegrationTest` configuration. ([RFC-3](https://github.com/sbt/sbt/blob/v1.9.0-RC3/sbt-drop-custom-config) proposes to deprecate general use of configuration axis beyond `Compile` and `Test`, and this is the...

For basic top level models (i.e. `org.mdedetrich.stripe.v1.Accounts`), these are currently represented as objects. While very convenient, it makes DI harder because we have to mention the dependencies in every internal...

After doing various tests for different approaches in carrying over a `SpanContext` in `Future` based environments I figured out that the `TracedAutoFinishExecutionContext` is misleading because it only works in very...

# About this change - What it does Attempts to run tests concurrently # Why this way TBD

# About this change - What it does This PR adds tests for GCS using https://github.com/fsouza/fake-gcs-server container # Why this way This PR is still a draft due to https://github.com/akka/alpakka/pull/2726

gcs

Current implementation of `buildableOfCollCond` isn't as performant as it could be, an alternative version such as ```scala @SuppressWarnings( Array( "scalafix:DisableSyntax.while", "scalafix:DisableSyntax.return" ) ) @scala.annotation.nowarn("msg=return statement uses an exception") private def...

# What is currently missing? When gzip compression was added to Guardian (see https://github.com/aiven/guardian-for-apache-kafka/pull/196) due to how gzip compression works the implementation was not ideal. Specifically we compress each Kafka...

s3

# What happened? There is a range index issue when generating S3 bucket names for tests, i.e. ``` [info] - Bucket name generators generates valid bucket names according to S3Settings...

good first issue