Ray Cohen
Ray Cohen
When the EmberApp constructor runs, the presence of nested addon dependencies can result in the `project.addons` list containing a mixture of addon instances and addon proxy objects. For the addon...
Ref https://github.com/qunitjs/qunit/issues/1600. For the QUnit version 3.0 release. I'd have moved the tests for this into `test/main/modules.js` but I am not able to use async/await syntax nor promises in that...
Ref: #1576 For QUnit version 3.0
The before and after hooks run once per module as long as there is at least one test in the module. Using environment inheritance allows us to use the module...
When a user forgets to provide the `hooks` param in a module callback, they may unintentionally install a hook on a different module than is visually indicated, eg: ``` module('outer',...
I want to add some common properties to all uses of mixpanel.track that occur on a single page. The API provided by [mixpanel.register](https://mixpanel.com/help/reference/javascript#super-properties) is close to this but additionally sets...
when there are enough cards to cause the page to scroll, using expand will grow a card to cover all of the space that other cards occupy, even if it...
with enough cards on a page, the reorder panes overlay won't allow you to reach some of them
This commit introduced a workaround to an issue described by the pull request below: https://github.com/yapplabs/glazier/commit/93ab922aa7ec886cd79a17c05ba7a20e57e74729 See: https://github.com/emberjs/data/pull/1459 Removing the workaround while leaving `async: true` results in records that are created...