Yar

Results 11 comments of Yar

Upvote! Meanwhile, I found an [ugly workaround](https://github.com/json4s/json4s/issues/308#issuecomment-148839705) in a tangent issue. Note you will have to add your own error handling, because in this case exception messages are not descriptive...

You must have missed the "strange" part. Try adding ``` filtered1.exists(_._1 == "description") must_== false filtered1.exists(_._1 == "code") must_== false ``` and ``` filtered2.exists(_._1 == "description") must_== false filtered2.exists(_._1 ==...

Thanks for your replies. To my mind, "oh my god" might only have a negative meaning when used by itself. In conjunction with other phrases it works like a sentiment...

I'm sorry, notification for the first message wound up in spam. Yes, it is org.joda.time.DateTime. Here is the code ("StackEvt" should "serialize to string and deserialize back" fails): ``` import...

Similar thing happens with Java Date, only in this case the deserializer expects a JString and fails when it gets anything else.

What are the fully qualified class names of formats you are referring to?

I have put together a [project](https://github.com/Optrak/MusterTest) to illustrate the issue.

I've set this variable through control panel and it didn't help. Tried option with and without quotes. When I install Java 17 as a normal Windows package, I get the...

Updated to metals 1.3.5 and metals-vscode 1.39.0. With or without Java 17 installed, the error messages are the same, corresponding to what I wrote above. Seems to me if you...