Brian P. Holt

Results 51 issues of Brian P. Holt

The README says > The code is not yet being deployed to Maven central (we're working on that!), so you'll have to build your own version. What's the status of...

I've been bitten by this a couple times over the years, when converting a project to use sbt-projectmatrix, forgetting to remove all the `crossScalaVersions` settings previously in the project definition....

## Feature Please release versions of zipkin-finagle compiled with Finagle 22.7.0 and 22.12.0 ## Rationale When running zipkin-finagle-http (compiled against Finagle 22.4.0) with Finagle 22.7.0, we see errors like >...

enhancement

This can't be use to actually make requests yet, because I haven't done anything to make sure request signing works, nor have I started on the XML response decoders. I...

Code that demands an implicit `cats.effect.Spawn[F]` (or a descendant) and also `cats.Parallel[F]` could be rewritten to demand only the `Spawn[F]` with an `import cats.effect.instances.spawn._`.

Prior to Scalafix `0.12.1`, we had many repos where we apply Scalafix rules on every `compile` by chaining the `scalafix` task as part of the `compile` task. As of `0.12.1`,...

bug
sbt

I wasn't able to get this completed today, but I made some progress and wanted to share what I was thinking. I'll put together a more full description once I...

This will link the randomness used by the code under test to ScalaCheck's seed, which should improve test repeatability. I didn't see a good place to introduce this instance; previously...

I had a hard time coming up with `FlagQueryParamMatcher` being the way to match valueless query parameters. As far as I can tell, this is not documented. e.g. to match...

docs
good first issue

This would allow callers to set the Span Creation Policy, etc., on the span created by the middleware.