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

Currently, when the store is destroyed we iterate and unload all records. This takes a surprisingly large amount of time. In many of ember-data's tests ~20-30% of time spent is...

Feature
perf

An example of this is in #8078 where a reduction of about 3.5kb compressed is correct in the total but displays as 75kb in the relative change.

CI

The check passes because it is always reporting the size as zero 🤦🏻

CI

Because we conditionally remove code that exists to support specific legacy packages (notably model/adapter/serializer) the reported size of `store` which represents the essential core of ember-data is over-reported. As we...

CI

- make it clear upstream needs to be set - lts release bumps patch version when it's just a "new channel", is this necessary? - update guidance for using lerna-changelog...

Release Infra

Sorry not following the issue reporting instruction but this one is a simple error happening [here](https://github.com/emberjs/data/blob/76f1dcc74221c7d542021ce25df4a7be91d94128/packages/adapter/addon/rest.ts#L1011) If the backend response payload=null (I know it shouldn't) and because Javascript consider the...

:label: bug
v4-to-v5

The setup is roughly that an async hasMany relationship knows its canonical membership but the related records are not loaded yet. Before `model.anAsyncHasMany.length` would give the length of the membership,...

Needs Bug Verification
Good for New Contributors
Relationship Refactor

We currently do not have documentation for this public feature.

Documentation
Good for New Contributors
🌲 Project Trim 🌲

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Rate-Limited These updates are currently rate-limited. Click on a checkbox below to force...

:dependabot:

## Description ## Type of PR What kind of change is this? - [x] refactor - [ ] internal bugfix - [ ] user-facing bugfix - [ ] new feature...

target:canary
changelog:feat