Jacob Gulotta

Results 4 issues of Jacob Gulotta

I constantly get errors like this running `dependencyUpdates` ``` [error ] com.typesafe.akka:akka-stream:2.6.19 Too many connections: 100 Too many connections: 100 Too many connections: 100 Too many connections: 100 Too many...

bug

TLDR: `publishTask` first triggers `publishLocalTask` which runs `docker build` even for multiplatform builds that require `docker buildx build`; `docker buildx build` is only triggered in the `publishTask` later. I'd guess...

**Describe the bug** Unambiguous routes with different arity of path parameters can result in routes getting ignored depending on the parameter type and name **To Reproduce** ```scala test("routes with different...

bug

**Describe the bug** When a request is not completed successfully, e.g. the connection drops, the streaming body does not terminate **To Reproduce** 1. Run this app ```scala import zio.* import...

bug
💎 Bounty