Chris Thoburn

Results 328 issues of Chris Thoburn

This is a refactor of the internals of the graph into a data structure previously proved out in several older versions of ember-data. Due to various complications these optimizations were...

target:canary
changelog:feat
Relationship Refactor
changelog:perf
5.0 Roadmap

Now that [WeakRef](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WeakRef) is available in all browsers except Opera, we should explore adding a true GC to EmberData. This would replace the `unloadRecord` and `unloadAll` APIs. The mechanics of...

feature-suggestion

Codename: [🔌 Project Unplug 🔌](https://github.com/emberjs/data/labels/%F0%9F%94%8C%20Project%20Unplug%20%F0%9F%94%8C) Goal: Full decoupling from Ember's build, object model, scheduling, and reactivity model **Blocking** - [x] Deprecate RSVP Chain Cutting - [x] Deprecate RSVP Timing (needs...

🔌 Project Unplug 🔌

Versions: eslint-plugin-node 11.1.0, eslint 8.23.0, node 14.20 Hi, I have a monorepo with a shared root-level eslint configuration. One package in this monorepo is using mjs files. I've configured overrides...

It appears every individual css module is shipped as a js module. Surely there's someway to deactivate this?

Latest released version is 2.0.1. Changes on master would fix many deprecations.

Currently the default is to serve assets using `ember s`. We should capture the output from these servers as a HAR using `tracerbench record-har` then serve them back up using...

Once [tracerbench-serve](https://github.com/TracerBench/tracerbench-serve) is ready for consumption it will provide a more CPU/memory stable serve environment for the benchmark, reducing noise and improving confidence.

`ember-exam` allows for load balancing and parallelizing test runs. I've configured this to balance across 16 partitions to maximize cores used. Example with: ``` Out of requested 16 browser(s), 16...

As the title says :D