Chris Thoburn

Results 328 issues of Chris Thoburn

The discussion of potential timing bugs caused by requestAnimationFrame use, while interesting, was factually deficient, and only serves to distract from the point being made.

When the `` element or an element that has been activated via `jQuery(element).htmlgl()` is removed from DOM the associated WebGL representation should also be torn down. This can be done...

### pnpm version: 7.5.2 ### Code to reproduce the issue: In package.json both overrides and dependencies fail to install github sha's properly. For instance, the below points to a commit...

type: bug

Given any keyword (such as the example below of `modifier`) the following assertion is triggered during the build when the keyword is encountered in a non-keyword template position as an...

I recently noticed that the effect of our extra `PropertyReference` creations in DEBUG to preserve context for debuggability decreases the level of memoization that occurs. For instance, a component with...

Previous Discussions: - https://github.com/emberjs/rfcs/pull/266 - https://github.com/emberjs/data/issues/2162 `findHasMany` and `findBelongsTo` would delegate to `findMany` and `findRecord` as they do today in the case where there is no link present, to preserve...

T-ember-data
Needs Implementer

Full Text: [Rendered](https://github.com/runspired/rfcs/blob/ember-data/deprecate-legacy-imports/text/0743-ember-data-deprecate-legacy-imports.md)

T-ember-data
Final Comment Period
T-deprecation

Users would instead resolve the promise and set value as the actual instance of a record. A lesser deprecation would only deprecate setting relationships via unresolved promise proxies.

T-ember-data
Needs Champion

Alternative API would be something like `isAdapterError(thing)` and `buildAdapterError(options)`, the only real requirement is the `errors` array on the `Error`, and possibly a property to specify it as an `adapterError`....

T-ember-data
T-deprecation