shawjef3
shawjef3
This adds collectors for `Stream` to fastutil Maps. Future improvements would be to investigate supporting primitive streams (e.g. `IntStream`) and improving the type signature for collectors where `char` is the...
This adds a method that taps a Chunk at a time, and preserves the Chunk structure of the ZStream.
This is with ZIO 2.0.0, Scala 2.13.8, and Java 8 or 17. ``` import zio._ import zio.stream._ object StackOverflow extends ZIOAppDefault { override def run: ZIO[Any with ZIOAppArgs with Scope,...
I have `DockerContainer("scylladb/scylla")`, which causes `Could not pull image: write /var/lib/docker/tmp/GetImageBlob235684002: no space left on device` because it tries to pull every tag, instead of just the latest one. When...
DockerKit has an implicit ExecutionContext, which along with the one in ScalaTest's AsyncTestSuite causes an ambiguity error. Since DockerKit's ExecutionContext is really only for its own internal calls, it should...
I found that after running a stream to get a nonempty collection of messages, the offsets weren't incremented. Is there a way in this client to commit offsets while the...
Right now if you want to find a a headphone that fits a target you have to select them one by one and just visually compare. It would be good...
This is for https://github.com/johnrengelman/shadow/issues/146. I haven't tested the new functionality, but existing tests pass.