data
data copied to clipboard
A lightweight reactive data library for web applications. Designed over composable primitives.
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) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [ember-qunit](https://redirect.github.com/emberjs/ember-qunit)...
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) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release...
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....