Leandro Glossman
Leandro Glossman
When used in conjuction of the cors plugin, it returns the cors headers from the cached version instead of the currrent request. I have no idea how caddy plugins work,...
After upgrading to 0.40.2 it stopped working. I'm using Play 2.7.3. Version 0.30.1 worked just fine. This is the error I get: `Image.scala:13:81: not found: value JsSuccess [error] implicit lazy...
I'm new in the Scala.js world and I'm having a hard time integrating Angulate with [ScalaJS-bundler](https://github.com/scalacenter/scalajs-bundler). It uses webpack as a module loader instead of systemjs and it complains it...
Hi, I'm using the @Id annotation leaving the generation to Mongo, but I'm not sure how to get the generated Id after inserting. Before switching to the jackson codec, I...