Chris Thoburn

Results 328 issues of Chris Thoburn

Currently, monorepos rely on an `extends` property in each sub-project. This was done for a few reasons: - to avoid needing to crawl up the file tree to an undetermined...

Follow up from https://github.com/emberjs/data/pull/9363 - [x] dedupe requests: before if multiple requests required bypassing cache/fulfilling from handler chain each would run in its entirely. This primarily negatively affected first-load scenarios...

:dart: canary
:label: feat

This PR introduces a suite of data-utilities for pagination to go along with `PromiseState / ` and `RequestState / ` ### Docs (in PR) - [x] [](https://github.com/emberjs/data/tree/pagination-utils/packages/ember#idle-is-an-additional-state) - [ ]...

:dart: canary
:label: feat

Currently, deepEqual will do a strict equality comparison on the constructor of each value. This defeats the purpose of deepEqual in that it prevents it from matching structurally, and leads...

Component: Assert

`classify` is used by the base layer, probably best to write a simple dictionary instead though

any plans? I might be able to help

Given: - a style rule that contains a transition: e.g. ```css body { background-color: var(--main-bg-color); transition: background-color 1s ease-out; } ``` - a browser evaluation criteria that needs to be...

This [PR to fix-symlinks](https://github.com/sass-eyeglass/broccoli-eyeglass/pull/60) surfaced an issue with cache invalidation: if the options provided to the addon change, the assets are not correctly rebuilt.

Since it is fairly common to extend the session service within an app, the re-export is both unneeded and in many build setups results in indeterminant service resolution during build...

This PR begins experimenting with a V3 Cache implementation to support stabilizing SchemaRecord.

:dart: canary
:label: feat