jazott3
Results
1
issues of
jazott3
I have a case class that looks like this: ``` case class RootElement( foo: Option[Foo], bar: Option[Bar], baz: Option[Baz] ) ``` Foo, Bar, and Baz are all large and deeply-nested...
help wanted
breaking-change