data icon indicating copy to clipboard operation
data copied to clipboard

A lightweight reactive data library for web applications. Designed over composable primitives.

Results 253 data issues
Sort by recently updated
recently updated
newest added

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...

:label: doc
good-first-issue

types ahoy! One giant shove over-the-cliff for a library, one-long-review for the man.

ts-review
target:canary
typescript
skip-changelog

# 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...

Improvement
Good for New Contributors

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...

Needs Team Discussion
ts-review
target:canary
skip-changelog

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:...

CI
Release Infra

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...

Good for New Contributors
CI
Release Infra

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,...

CI
Build Infra
typescript

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...

unload-apis

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...

Release Infra