Scott Newcomer

Results 78 issues of Scott Newcomer

### Main problem Create a changeset with a `model`, set a belongsTo relationship, change a belongsTo, and lastly revert back to original - the changeset will be dirty Support for...

bug

## RFC One broad goal we have is to potentially deprecate the use of [ember-changeset-validations](https://github.com/poteto/ember-changeset-validations). Having both `ember-changeset` and `ember-changeset-validations` presents some confusion. If we went forward, `ember-changeset` would be...

enhancement
good first issue
question

Similar to the work that went into `ember-changeset`, we can extract the core validators to a general typescript/javascript library. This necessitates looking at how we can generalize `ember-validators` to the...

This issue proposes sunsetting this addon in favor of [ember-page-title](https://github.com/ember-cli/ember-page-title). The last workable release would be `1.1.0`. Minor bump and updates to README will follow similar behaviour to [ember-i18n](https://github.com/jamesarosen/ember-i18n) There...

question

close #76

dependencies

On "heavy" pages (images, lots of content), `afterRender` is still not early enough. An example may include `getBoundingClientRect` on an element that renders and image. ```js // ember render modifiers...

RFC: https://github.com/emberjs/rfcs/pull/560 - `eq` - `neq` Related pkg - https://github.com/jmurphyau/ember-truth-helpers/blob/master/addon/helpers/equal.js - These keyword helpers will only be enabled in strict mode. Some outstanding questions: - ~~Will `loose mode` will compile...

WIP Ref polyfill - https://github.com/tildeio/ember-element-helper TODO - [ ] tests passing - [ ] curry test - [ ] test failure with named args - [ ] verify debug name...