LBsh

Results 1 comments of LBsh

Hi, recently while using the `withStrictDecoding` option I ran into a very interesting bug: ```scala case class Foo(a: List[Int] = Nil) case class Boo(b: Map[String, Foo]) implicit val customConfig: Configuration...