felher
felher
## Compiler version 3.1.3 ## Minimized code ```Scala summon[CanEqual[Map[String, String], Map[String, String]]] ``` ## Output Compiler error because the `CanEqual` is not found. ## Expectation `CanEqual` should be found. ##...
## 🐛 Bug report First of all, let me just say that I like the new `pipe`-modules very much. Let' me also say that I'm not sure this is actually...
Currently, when a function requires `IdentityBoth` on some `F[+_]` but only `Covariant` as well as `IdentityFlatten` are in scope, the compilation fails with an `implicit not found`. Should zio-prelude provide...
### Describe the bug Sometimes (like every 15 or 30 minutes) when I save a file (`:w`) the auto formatting on file save discards my latest changes to the file...
As discussed on discord: Even though `zip`, `zipLeft`, `zipRight` and `zipWith` on `JsonDecoder` all take their second decoder by name, they internally delegate to `JsonDecoder.tuple2`. This renders them effectively non-lazy....
Hey folks, the guide states >Store ISO 8601 compliant time and date information (YYYY-MM-DD HH:MM:SS.SSSSS). I read that as "store it in this format" - but as far as I...
Let me know if there is anything missing or if something should be done differently :)
## Compiler version 3.3.1 (and all current RCs as far as I can tell) ## Minimized code ```scala trait SomeTrait: inline def base: Unit inline def doSomething: Unit = doSomethingHelper...
## Compiler version 3.3.3 LTS and 3.4.1 ## Minimized code ```Scala enum E[F[_], A]: case A extends E[Option, Int] case B extends E[Function0, Double] case C extends E[Function0, String] ```...