data
data copied to clipboard
A lightweight reactive data library for web applications. Designed over composable primitives.
@nathanhammond on bluesky suggested that the checkout pattern could be *abused* for supporting partial records, because you could use a partial and then once mutation is needed rely on the...
I upgraded my packages from `5.4.0-alpha.120` to `5.6.0-alpha.2` and walked into a problem with the `schema-record` package. I got the error `Expected a resource schema` and didn't know where it...
Hi, I'm encountering an issue when trying to run the Ember Data codemod on Linux using `pnpx`: ``` pnpx @ember-data/codemods apply legacy-compat-builders ./app/**/*.{js,ts} ``` The command fails with an "Exec...
a number of things over the years have leaked out of field schemas in bad ways, this deprecation ensures folks clean them up to stay aligned with the schema service
WONTFIX - transforms now come from a public instead of private import location - setConfig is required if not using the `ember-data` package - extending `@ember-data/store` instead of `ember-data/store` now...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/jscodeshift](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jscodeshift) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jscodeshift)) | [`0.12.0` -> `17.3.0`](https://renovatebot.com/diffs/npm/@types%2fjscodeshift/0.12.0/17.3.0) | [](https://docs.renovatebot.com/merge-confidence/) |...
Par2 of #9966 this unrolls some loops and prevents some unnecessary scheduling churn and eliminates an unnecessary 2x growth on the legacy support map
Ensures blocks are always provided to and previously we would throw only if the promise or request rejected.
This is the beginning of figuring out the mechanics of implementing the new core package. One of the harder threads to pull is the build-config. The docs are generated from...