1,311 reputation
11534
bio website
location
age
visits member for 4 years
seen 9 hours ago
stats profile views 260

17h
asked Getting The entire node set is unreachable error when trying to connect to MongoDB with reactivemongo in my play2 application
17h
answered Getting The entire node set is unreachable error when trying to connect to MongoDB with reactivemongo in my play2 application
May
14
asked Custom multipartFormData parser in play2 scala to handle multiple encodings on dataparts
May
14
accepted Converting ISO-8859-1 to UTF-8 for MultipartFormData in Play2 + Scala when parsing email from Sendgrid
May
13
awarded  Popular Question
May
13
asked How do I convert a wrongfully encoded Java UTF-8 String to the correct encoding
May
12
awarded  Yearling
May
10
revised Converting ISO-8859-1 to UTF-8 for MultipartFormData in Play2 + Scala when parsing email from Sendgrid
added 1243 characters in body; edited title
May
10
answered Play 2 How to get DataPart from MultipartFormData
May
10
comment Converting ISO-8859-1 to UTF-8 for MultipartFormData in Play2 + Scala when parsing email from Sendgrid
Hello! Thank you for your answer but no luck with the -D param
May
8
asked Converting ISO-8859-1 to UTF-8 for MultipartFormData in Play2 + Scala when parsing email from Sendgrid
May
3
accepted Getting value map is not a member of Object when doing getOrElse with Future in my Play2 app
May
3
comment Getting value map is not a member of Object when doing getOrElse with Future in my Play2 app
Awesome! Thank you!
May
3
comment Getting value map is not a member of Object when doing getOrElse with Future in my Play2 app
Check out this demo app github.com/jkyamog/reactivemongo-demo-app/blob/…
May
3
comment Getting value map is not a member of Object when doing getOrElse with Future in my Play2 app
hmm in this case cursor.headOption will return Future[Option[Company]] and maybeCompany.map { company => Ok(views.html.editForm(Some(id), Company.form.fill(company))) } should return an Option[Result]. I'm not sure I understand...
May
2
asked Getting value map is not a member of Object when doing getOrElse with Future in my Play2 app
May
2
accepted How do I map my objects correctly to make a list of objects work in mongo + play2
Apr
29
revised How do I map my objects correctly to make a list of objects work in mongo + play2
added 45 characters in body
Apr
28
revised How do I map my objects correctly to make a list of objects work in mongo + play2
edited title
Apr
28
comment How do I map my objects correctly to make a list of objects work in mongo + play2
Thank you for your tip, but I'm not sure I understand. So instead of "words" -> leadCategory.words I should wrap this in a BsonValue? Could you give me an example?