Chris Thoburn

Results 328 issues of Chris Thoburn

`rsvp` should be a peer-dep for ember-simple-auth but isn't. I'm not sure if that fix alone would cause ember-auto-import to stop bundling a unique `rsvp` version for use by it...

#### Support plan * *is this issue currently blocking your project?* no * *is this issue affecting a production system?* no #### Context * *node version*: n/a * *module version*:...

feature

In the very first TC39 proposal for decorators, a syntax option was considered to allow the following: ```ts import classic from 'ember-classic-decorators'; import Component from '@ember/component'; @classic export default class...

enhancement
New Rule

Mostly opening this to see what tests fail. Currently when using `set` or `EmberObject.set` ember will first read a prop before writing to it unless that property happens to have...

adds types for - decorators - [x] attr - [x] transforms ```ts class { @attr declare name string; // enforces transform name is a string, and defaultValue is a primitive...

:dart: canary
:label: feat
typescript

progress on backporting #9220, tests and types need cleanup

:label: feat
:label: bug
backport-release

As EmberData builds out its JSON:API support and Schema driven behaviors, we've noticed that some useful capabilities are less usable by JSON:API users due to that spec not yet considering...

this is most likely to help test suites more than app code given app code usually passes a variable for the ID

v4-to-v5

these tests demonstrate the unloadAll() edge case described in #9151 After debugging these tests, I've reached the conclusion this issue cannot be reasonably addressed without a major rewrite of our...

:dart: canary
:label: test
:label: bug