Results 164 comments of Michael Pilquist

Yeah, I'd expect the current state of this PR to have a problem with streams like this: ```scala source.prefetch.flatMap(x => Stream.resource(r1).flatMap(...) ++ s) ``` In this example, we need the...

A standalone minimization (as a Scala-cli script or unit test in fs2 repository, without the fs2-kafka dependency) would be helpful. Without being familiar with the fs2-kafka codebase, it's difficult to...

Those files are on used for unit tests only and are part of the test class path, not included in any built artifact. With that said, I'd welcome a PR...

Recently ran in to this when trying to get an older branch of fs2 building. Switching to sbt-sonatype-ci-release fixed it, further suggesting some plugin causing the corruption.