almoehi

Results 2 comments of almoehi

I think wrapping everything in Option[X] happened unintentionally and probably is mostly related to json deserializers where readNullable returns an Option[X]. Of course this could be changed to to make...

ok, I'll have a look at it