Chris Thoburn
Chris Thoburn
Ensures blocks are always provided to and previously we would throw only if the promise or request rejected.
This is the beginning of figuring out the mechanics of implementing the new core package. One of the harder threads to pull is the build-config. The docs are generated from...
- If this PR updates API docs, preview them by running `bun preview-api-docs` - Read the full [contributing documentation](https://github.com/emberjs/data/blob/main/contributing/become-a-contributor.md) - If you do not have permission to add labels or...
In https://github.com/emberjs/data/pull/9654#discussion_r1947983389 I noted that we generate a notification per-field per-record in many situations (N * M). The cost of generating a unique notification is generally high on both compute...
now that SchemaRecord only shows remote state by-default, updates generated by changes to local-state are unnecessary. additionally: updates resulting from application of local state become necessary where before they were...
This PR exists purely to compare the delta between the main branch and the v4-main branch, so as to eliminate any unexpected differences before we continue with releasing 4.3 and...
Currently this PR is design-proposal-as-documentation for adding reusable scenarios to Holodeck (called ... wait for it ... HoloPrograms) that make it easy to quickly write tests or develop against it....
this is exploration for an RFC exploring the idea pitched in #8162 see also #9518 for V3 Cache spec exploration which this would tie into. I'm about 70% confident in...