Danail Nachev
Danail Nachev
Twiddle: https://ember-twiddle.com/8be9daa561c3b5fd9b6c My research so far indicates the following: - When a record has failed to load, it will be unloaded from the store. This causes it to be removed...
At the moment, the logic in https://github.com/ember-engines/ember-engines/blob/master/lib/utils/deeply-non-duplicated-addon.js considers any addon, which exist in the host and has the same cache key for the requested tree to be a duplicate. This...
```js projectionA.set('property', value); projectionB.changedProperties(); // is `property` white-listed? // where projectionA and projectionB have common base model ``` For consistency, `projectionB` should observe the change from `projectionA` only if `property`...
This issue tracks missing tests, which we would like to add before it is too late: - `pushData` and `didCommit` does not invalidate properties, which have local changes even if...