Chris Thoburn
Chris Thoburn
# Propose EmberData | SchemaService ## [Rendered](https://github.com/runspired/rfcs/blob/ember-data_schema-service/text/1027-ember-data-schema-service.md) ## Summary This pull request is proposing a new RFC. To succeed, it will need to pass into the [Exploring Stage](https://github.com/emberjs/rfcs#exploring)), followed by...
# Propose EmberData | Deprecate Store extends EmberObject ## [Rendered](https://github.com/emberjs/rfcs/blob/ember-data_deprecate-store-extends-ember-object/text/1026-ember-data-deprecate-store-extends-ember-object.md) ## Summary This pull request is proposing a new RFC. To succeed, it will need to pass into the [Exploring...
It's often useful to be able to tell when a particular log or deprecation was encountered during setup/teardown as opposed to during the execution of the test.
Ember addons which use prototype extensions break in apps which don't. This may not be the only place they are in use, but it's one: https://github.com/mharris717/ember-cli-pagination/blob/master/addon/local/paged-array.js#L19-L23
rfc spec: https://rfcs.emberjs.com/id/0507-embroider-v2-package-format/ The RFC specified a way for an addon to configure itself or its dependencies at build time of the consuming app. EmberData requires use of this to...
Since formatjs requires that any context param must be present even if undefined we should ensure the param is always provided to the helper. e.g. ```json { "a.key": "something {aParam}"...
An overview of things to validate. **Generic** - [x] links is an object if present - [x] links has at least one member - [ ] links only contains members...
Each of the below needs to be filled out and tested per spec. If you are working on one, claim it below and I will update the list with the...
We should strip all code this library provides from production builds.