Brian Keith Gantzler
Brian Keith Gantzler
In the package.json there is a script command for `prepack`. @AmauryD should this be here? When trying to use yeti-table I am getting the following when trying to install via...
Fixes https://github.com/poteto/ember-crumbly/issues/147
I noticed when converting my current version of bread crumbs to this addon there was a extra space at the / for each bread crumb. Also noticed in your tests...
I noticed that the first route only is appended .index when guessing the name, but deeper nested routes are not. Any reason the first route is treated differently?
When ever we edit a model, we make a copy first to an object, then edit that. This means that a cancel just throws the object away. To help this...
This is the bare minimum to get to ember-resources 7.0.0 following the migration guide. While the one by basz is better (does not require the migrated addon provided by nullvoxpopuli)...