Richard Scarrott
Richard Scarrott
When there's over 10 items visible on one page and using the continuous extension the item order is incorrect when going from page 1 to the last page in Chrome...
Might be difficult to support continuous with touch but it should be simple at least to have 3dTransforms and continuous working together. ... maybe touch and hardware acceleration should be...
### What is the improvement or update you wish to see? https://nextjs.org/docs/basic-features/environment-variables#loading-environment-variables > Note: In order to keep server-only secrets safe, environment variables are evaluated at build time, so only...
Related: https://github.com/nock/nock/issues/457#issuecomment-419480974 **What is the expected behavior?** When recording responses which are compressed and chunked, e.g. `Content-Encoding: 'gzip'` and `Transfer-Encoding: 'chunked'`, I was expecting the generated fixture to decompress and...
## Overview Both the `node` and `express` ["Set up context" code examples](https://github.com/Shopify/shopify-api-node/blob/main/docs/getting_started.md#set-up-context) vaguely demonstrate the use of an in-memory `ACTIVE_SHOPIFY_SHOPS` object which is in fact copied verbatim by the `@shopify/app`...
# Issue summary I'm working on migrating an old Shopify app to the new [@shopify/app](https://www.npmjs.com/package/@shopify/app) node template. I've got a few concerns with the webhook "registry" API design. 1. Given...
It'd be nice to run the same express tests in `koa` with the `koaHandler`.