Achilleas Naoumidis
Achilleas Naoumidis
When I `require("backbone-nested-model")` it returns the Backbone object but it should return the NestedModel object so you can instantiate or extend from it a new NestedModel object. This is how...
When I run `grunt`, the `default` task execution begins and in the `qunit` task it fails. This is the output: ``` Running "jshint:files" (jshint) task >> 3 files lint free....
**Is your feature request related to a problem? Please describe.** Currently, `PathCodec#/` requires the `Routes` passed to it to have the errors handled and/or mapped to `Response`. This limits where...
Right now, the only supported variant of `Map` is `Map[String, V]`. It would be nice to support the case of `Map[K, V]`: ```scala case class ConfigurationEntryId(value: String) extends AnyVal object...