Peter Hausel
Peter Hausel
this behavior is actually consistent with mutable [`Array.delete`](http://stackoverflow.com/questions/500606/javascript-array-delete-elements). You could filter out `undefined` elements for the cost of O(n) like: `im.array([1,2,3]).dissoc(0).filter(function(e) {return e != undefined}).toJSON(); // [ 2, 3 ]`
Basically, there is no special treatment for different types. URL is parsed as `String` right now. So `QueryParam` needs to be `Option`
Also, this is from the readme: "the captured field can only be a String i.e."
unfortunately, `play-jaxrs` supports only a subset of the spec right now. Depending on my schedule I will try to fill the gap, in the meantime pull requests are welcome :-)
I just added you as a collaborator. Feel free to make this change.
no, I don't own that. So I suppose io.github.pk11 is fine.
thanks for this, however, it's not really idiomatic in scala to use a `var` like this or `null.instanceOf` could you please modify it using http://danielwestheide.com/blog/2012/12/26/the-neophytes-guide-to-scala-part-6-error-handling-with-try.html ? if not, I will...
how about "com.typesafe" % "play-plugins-mailer_2.9.1" % "2.0.4" ?
> It looks like the starting point for a route definition is always starting with a method, so If I have to route for all methods on a URI, I...
> I'd like to contribute. @ngocdaothanh awesome news! My project was a proof of concept anyway, so it would be great if you could take over. @NiteshKant Great write up...