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

We currently have two categories of assets for which a cache would significantly improve the run times of our actions-based PR checks. The [actions/cache](https://github.com/actions/cache) that Github provides is ideal for...

Infra/CI/DX
good-first-issue

I'm building an app that will run for years at a time, so has to be ultra robust. I'm looking at writing an extension for ember-data that will declaratively unload...

I've run into a slight problem with Ember data. My use case: * For business reasons, my backend needs to talk XML. Luckily, I get to define the XML response...

Improvement
Good for New Contributors
request-manager

A while back we added a waiter for requests, the ability to generate stack traces, and additional infra for helping prevent async test leakage. We should turn on the waiter...

Improvement
Good for New Contributors

When you have a relationship with: - `async: false` - server includes `link` - server does not include `data` You get the warning: > You pushed a record of type...

good-first-issue
6.0 Roadmap
feature-suggestion

Error when serializing a model: `You looked up the belongsTo relationship for {type: model-name...} but that relationship is a hasMany.` Happens when the hasMany end of the relationship does not...

Bug
Good for New Contributors
relationship-polymorphism

https://jsonapi.org/format/#fetching-sparse-fieldsets > An empty value indicates that no fields should be returned. The JSONAPI has taken a strict stance on what an empty query param should mean. They stated it...

Bug
Needs Team Discussion
target:canary
changelog:bugfix

added a test to demonstrate that child attributes are not updated correctly by .save() when sideposted record has different attribute than in the response payload with lid provided

### Description When providing a parameter with an empty array to the ember-store query function the resulting url completely omits the parameter. ``` Expected: store.query('user', {ids: []}) => /users?ids=[] ```...

(This is based off a [forum question](https://discuss.emberjs.com/t/ember-handlebar-view-for-foreignkey-values/15755).) Given these fields: ```js // app/models/answer.js question: belongsTo('question'), // app/models/question.js content: attr('string'), ``` If you try to render the `content` field through the...

Good for New Contributors