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

fills out additional terminology in the new guide

:dart: canary
:label: doc

Over time many issues have been reported that were due to emergent unspecified behaviors that occur once system expectations have not been met. Some examples: - #9038 - #8846 -...

reboot of https://github.com/emberjs/rfcs/pull/458

type and lint artifacts are no longer in root but instead exist as a per-package cache. We should enable caching and restoring these like we previously did with root.

:label: chore

currently it eats up a lot of time by running on every package (including if nothing has changed).

:label: chore

While @warp-drive/diagnostic has been able to be dropped in for qunit in three packages now, its DOM reporter is not as feature rich as qunit's. - [x] add comprehensive readme...

### Reproduction It took some time to find a reproducible qunit test but here it is: ```javascript showLineNumbers import { run } from '@ember/runloop'; import Model, { attr, belongsTo, hasMany...

Needs Bug Verification
:label: bug

Begins work on the schema scaffolding and parsing CLI

:dart: canary
:label: feat

- [Previous Release Tracker (5.3)](https://github.com/emberjs/data/issues/8743) Implementation notes for the [Roadmap](https://github.com/emberjs/data/blob/main/ROADMAP.md) ## Overview The primary focus of this release will be on the early stages of [SchemaRecord](https://github.com/emberjs/data/pull/8845). Its likely that most...

6.0 Roadmap

## Description This fixes issue #7916. Handle an Invalid response though if the payload is `null`. Done the change and linked this to a sample Ember app and tested by...

:dart: canary
:label: bug
good-first-issue