Achilleas Naoumidis

Results 4 issues of 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....

Bug

**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...

enhancement

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...