Danny Leshem
Results
2
issues of
Danny Leshem
Attempting to update a file's options without explicitly setting the MIME type overrides the MIME type with the default "application/octet-stream". The expected behavior is for the MIME type to remain...
json4s version: 3.6.0 (works in 3.5.4) scala version: 2.12.6 jdk: 8 ``` case class Test[V] (value: Option[V] = None, otherValue: Option[Int] = None) object Test { def apply[String](value: String): Test[String]...