data icon indicating copy to clipboard operation
data copied to clipboard

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

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

something like ```ts const { owner, path, fieldObject } = await checkout(immutableFieldObject); ```

sometimes there's a unique-enough key on the object already

Using schema records (only `warp-drive` packages) i have discoverd this issue... ```ts const editableHotelUser = this.store.createRecord( 'login/user', { userName: 'My user', emailAddress: '[email protected]', }, ); await this.store.request(createRecord(editableHotelUser)); ``` is shipping...

# Why? Often this indicates an anti-pattern in which the result is being indirectly consumed by accessing the resource in the store via other means. # What? This will need...

on a completely different note: I've been thinking through some feedback (both explicit and implicit) from @mkszepp RE the `` component. Some unorganized thoughts: - enforcing error blocks by rethrowing...

Original Issue: #8873 RFC https://rfcs.emberjs.com/id/0964-deprecate-legacy-request-support/ The below represents the full check list of what we need to deprecate. Some may be done in follow up PRs. ### Misc - [...

This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [@types/qunit](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/qunit) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/qunit)) | [`2.19.10` -> `2.19.13`](https://renovatebot.com/diffs/npm/@types%2fqunit/2.19.10/2.19.13) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fqunit/2.19.13?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fqunit/2.19.10/2.19.13?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [ember-qunit](https://redirect.github.com/emberjs/ember-qunit)...

:label: dependencies
:dependabot:

This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [babel-plugin-ember-template-compilation](https://redirect.github.com/emberjs/babel-plugin-ember-template-compilation) | [`^2.4.1` -> `^3.0.1`](https://renovatebot.com/diffs/npm/babel-plugin-ember-template-compilation/2.4.1/3.0.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/babel-plugin-ember-template-compilation/3.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/babel-plugin-ember-template-compilation/2.4.1/3.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release...

:label: dependencies
:dependabot:

Vue's vite plugin has some bug that errors when attempting to compile components for standalone like this. Haven't been able to figure out why yet. Once we do ... profit....

:dart: canary
:label: feat