Denis Mikhaylov
Denis Mikhaylov
Yes, but it works if you put derivation inside the companion. ```scala trait X { case class F(i: Int = 5) object F { implicit def tc: TC[F] = TC.derive[F]...
/attempt #8890 Options Cancel my attempt
@jatcwang the main reason is that `Read.derived` gets reported as having ambiguous implicits, `implicitly[MkRead[(Int, String)]]` is just a reproducer.
Managed to write an even shorter [reproducer](https://scastie.scala-lang.org/dQyQUn1dTmeZZvSann5pwA). The issue is with the combination of a field wrapped in `Option` and auto-derivation.
Awesome! Thanks for the enormous effort with the RC6 🤝🏼
Just got bitten by it. It's indeed quite unexpected.
Upvoting this request! It would be very handy to transfer Parabol tasks to ClickUp after a session.
@mwermuth was it implemented?