Bret Little
Bret Little
This adds an optional filter param to data queries: ```ts export async function loader({context: {storefront}}) { storefront.query({ query: '', variables: {}, filter: (data, errors) => { invariant(!errors, "Error loading stuff");...
Align w/ Kapil & Customer Privacy team https://github.com/Shopify/h2-demo-store/issues/137#tasklist-block-655a247a-34c7-4068-be2f-49212bae2364
This is a proof of concept implementation of the new [GraphQL defer directive on the SFAPI](https://shopify.dev/docs/custom-storefronts/building-with-the-storefront-api/defer). A few notes: 1. It requires the defer directive developer preview: https://shopify.dev/docs/api/release-notes/developer-previews#defer-directive-developer-preview 2. It...
### WHY are these changes introduced? Add a route that returns sub-request timings to validate the Oxygen platform
```[tasklist] ### Tasks - [x] When an gql error occurs in dev mode, provide logs with nice links to graphiql - [ ] Define an official strategy for logging errors...
Add Canopy as a project that uses Angular. [](https://reviewable.io/reviews/angular/builtwith.angularjs.org/521)
We use `react-accessible-treeview` at Shopify along with folder/file search. With our implementation the rendered nodes change based on the search query. We also want the nodes to default to being...
It doesn't seem that specs are picked up with some new nuances with requirejs. Potentially tests should be define modules instead of require statements.
Broaden the scope of https://github.com/angular-ui/ui-mask/pull/170 Generally it is considered safe to do the following: ``` js $timeout(() => { $scope.$apply(() => { if (!controller.$pristine) { controller.$setViewValue(''); } }); }, 0,...