data
data copied to clipboard
A lightweight reactive data library for web applications. Designed over composable primitives.
Dear ember-data maintainers, We're reaching out on behalf of an ongoing partnership between California State University Monterey Bay's [Computing Talent Initiative](https://computingtalentinitiative.org/) and [CodeDay](https://www.codeday.org/), a nonprofit organization. We're working on a...
In the overview for adapters we mostly just say to look at the docs for MinimumAdapterInterface, but in the documentation for those methods we do not have more than a...
types ahoy! One giant shove over-the-cliff for a library, one-long-review for the man.
# Thank you for opening this issue! Hopefully, this issue template will help you provide us with enough information to assist in resolving the issue. ### Reproduction ### Description If...
Brings the registry concept from @types/ember-data into our own types, in the process surfacing a number of rough edges that make this approach unwieldy. Specific issues include: - the lack...
EmberData uses`Rollup` to merge all of our `-private` directories into single modules. `-private` represents a single module organized as many modules for maintenance ease. This benefits us in three ways:...
The `EmberData` team recently landed a number of improvements to the `release publishing` and `CI` pipelines to reduce the cost overhead of releases, enable publishing canary builds to `npm`, and...
We've allowed implicit `any` in `.ts` files for a while. We should have some sort of plan for eventually requiring them to be _explicit_. This will entail typing function args,...
This is a simplified failing test for an issue we experienced in our app. The test passes when an optimization is commented out, specifically the conditional here: https://github.com/emberjs/data/blob/ece04949ecfd84c491490dd9a110e02d2ff0afa4/addon/-legacy-private/system/relationships/state/relationship.js#L304 We're happy...
Since we use projects to track lots of work, we can automate some of them better using https://github.com/philschatz/project-bot For instance this could be used to surface PRs that still require...