Timo Meijer
Timo Meijer
I was wondering how this library compares to fs2-io, as they seem to have a very similar interface at the surface: https://javadoc.io/static/co.fs2/fs2-io_3.0.0-RC2/3.0-24-391252d/api/fs2/io/file/Files.html
Extending from Parser adds some convenience methods to the Parser out of the box, such as `decodeAccumulating`. The parser package object already matches the Parser interface. Relates to #199
## Reproduction steps Scala version: Tested with 2.12.15 and 2.13.7, error does not occur with 3.0.2 ```scala package example object Hello extends App { // [error] scala-bug/src/main/scala/example/Hello.scala:4:18: type mismatch; //...
The solution as described in the documentation, with surefire classpathDependencyExcludes, does not work when run through IntelliJ. This causes this logging framework to work correctly on commandline, but still cause...
As a common test runner, better integration with tasty and tasty-discover would be great.