Ben Carter

Results 17 issues of Ben Carter

I have encountered a deadlock when using the session pool. This happens when I attempt to use multiple sessions from the pool in parallel and the connection to PG fails....

Adds a case for Scala 3.3.1 and tests for "-Wnonunit-statement" added in https://github.com/typelevel/sbt-tpolecat/pull/177

In order to use the ioRetrying defined below, we need a concrete IO. I think it would better for this to take a generic effect type (even though it would...

Hi, I've noticed if I try to create a Map with the key as a Refined Type and instantiate it with a literal, the compiler gives an error: ```scala import...

**Describe the bug** In scalapb-runtime `0.11.15` we are seeing the following error: ```text [error] Test suite failed with java.lang.NoClassDefFoundError: io/grpc/internal/AbstractManagedChannelImplBuilder. [error] This may be due to the ClassLoaderLayeringStrategy (ScalaLibrary) used...

When using `updatePullRequests = "always"`, if Scala Steward PRs are up-to-date with the main branch then running Scala Steward will _not_ push commits to these branches. This is what I...

### Is your feature request related to a problem? Please describe. the library I am using does not carry trace information through threads, so auto instrumentation creates orphan spans which...

enhancement
needs triage

Attempts to fix https://github.com/typelevel/cats-effect-testing/issues/300 Loosely based on https://github.com/scalatest/scalatest/blob/310197b73d61f832bdfc4f7c939dbfa689057c54/jvm/scalatest-test/src/test/scala/org/scalatest/BeforeAndAfterAllSpec.scala#L76

## Description General housekeeping for the build and pipeline steps of the application to make ci/cd more robust. ## Changes ### Code - deprecated `alterConfigs` has been replaced with `incrementalAlterConfigs`...