Jakub Daniel

Results 1 issues of Jakub Daniel

Assuming ```scala val e = io.circe.Encoder.instance[Option[Int]] { _ => ??? } // fake, not used in this example val d = io.circe.Decoder.decodeOption[Int] val c = io.circe.Codec.from(d, e) val h =...

bug
help wanted
beginner-friendly