Ben Spencer
Ben Spencer
> There seems to be an infinite recursion for Reader somewhere. Is this reproducible locally or only on CI (I haven't checked yet)? It's reproducible (although somehow it didn't show...
> the problem is that it's impossible to implement a valid `Eq` instance for `Reader` It might of course be possible to implement an *invalid* one that works well enough...
> I would offer some of my time to keep basic maintenance up (like [Scala versions](https://github.com/twitter/util/issues/274), newer [JDK versions](https://endoflife.date/java), security updates). But I cannot do everything alone as this is...
Separate Main class: https://github.com/dangerousben/http4s-kamon-demo/tree/feature/separate-main Note that it actually calls the `main` method on `App` so that `IOApp` is initialised correctly, but `Main` is configured as the main class in sbt....
https://github.com/finagle/finagle-postgres/pull/128 should solve this?
> or maybe the test queries are somehow running in a serialized fashion anyways? The integration tests all currently run with a pool size of 1, which might explain the...
> @dangerousben I noticed that and already tried setting a larger pool for concurrent connections without luck. Is there any other place I should make an adjustment? It looks ok,...