Davis Zanot
Davis Zanot
Fixes https://github.com/http4s/http4s/issues/2951
https://gitter.im/scala-exercises/scala-exercises?at=6026ad9dae4b9b27c1b77886 Report on gitter that our monocle version is out of date. I'm seeing `0.6.4` in https://github.com/scala-exercises/scala-exercises/blob/478d9d9435fdbdfdb7657c1ec451fe3ac21d997e/project/ProjectPlugin.scala#L25 Monocle site says latest version is `2.0.3` https://www.optics.dev/Monocle/
When calling `groupWithin` on a `Stream[EitherT[F, A, *], B]` The stream halts on the first left, but completes with a success of the elements up to the left. This behavior...
Somewhere along the Scala version changes implicit specificity changed (I think, I'm new to debugging implicits) and this is my attempt to disambiguate things.
I encountered this in a cross built app and it worked for 2.12/2.13 Here is a [scastie](https://scastie.scala-lang.org/lQww5YvcSamxsZNnB8ot0A) repro from @ChristopherDavenport via Discord I attempted my own repro before I found...
I see in the docs it's recommended to use the `scalatest` namespaced `TestContainersForAll`. I didn't realize this existed and my team universally uses `ForAllTestContainer`. Is `ForAllTestContainer` even meant to be...
Has there been any discussion, or planning for supporting scala 3?