David J. Hamilton

Results 60 issues of David J. Hamilton

There is some inconsistent naming the codebase. A first step to improving this is writing a clear glossary of objects, states and actions. It doesn't really need to be complete,...

Documentation
Good for New Contributors

fastboot currently [builds the application instance outside of the vm](https://github.com/ember-fastboot/fastboot/blob/master/src/ember-app.js#L224-L229) from within [visitRoute](https://github.com/ember-fastboot/fastboot/blob/master/src/ember-app.js#L249-L263) `visitRoute` currently utilizies the sandbox indirectly, via `this.app` which is created from an app factory returned from...

enhancement

eg you `can` attach a rejection handler for the card's promise, but we don't attach one preemptively as it's not a `.done()` situation.

- unable to add convenience methods to `CardReference` - unable to delay activation

The problem is cards shouldn't necessarily know their subcard urls. This seems like something the environment should provide. Maybe the way to do it is to support a nominal `card`...

As time approaches infinity, the probability that a message requires promise-gating becomes 1.