Ariel Caplan
Ariel Caplan
This gem allows the use of custom page size and number params. However, https://github.com/davidcelis/api-pagination/blob/edfec8316cb900d310420b5f62cd907c27932a02/lib/rails/pagination.rb#L37 seems to indicate that regardless of the params set, it assumes that the page number param...
When an `env` is set for a boolean flag, if the user doesn't actually specify the value in their ENV, it ends up being treated as though they'd specified `false`....
In this code sample, I'd expect lines 1 and 2 to appear. ```tsx import React from 'react'; import {render, Box, Text} from '../../src/index.js'; function IncorrectClipping() { return ( Line 1...
### WHY are these changes introduced? Related to https://github.com/Shopify/develop-app-management/issues/1757 Fixes https://github.com/Shopify/develop-app-management/issues/1710 ### WHAT is this pull request doing? Allows generating and deploying extensions. Includes: * Fetching extension specifications * Stub-out...
### WHY are these changes introduced? It used to be we could always assume there's a web. That's not true anymore. ### WHAT is this pull request doing? Don't show...
### WHY are these changes introduced? Filling out more commands ### WHAT is this pull request doing? Adds ShopifyDevelopersClient support for `app versions list` and `app release` ### How to...
### WHY are these changes introduced? Allows us to query the Business Platform Organizations API for dev stores. Since it sets up access to that API, this also paves the...
### WHY are these changes introduced? Fixes #4223 We aren't able to access GraphiQL on a remote environment because the localhost URL is hardcoded. ### WHAT is this pull request...
### WHY are these changes introduced? To encourage faster CLI upgrades and reduce the number of support cases where users are using old CLI versions. ### WHAT is this pull...
### WHY are these changes introduced? Fixes https://github.com/Shopify/develop-app-inner-loop/issues/2487 Depends on https://github.com/shop/world/pull/23196 Errors returning from the App Management API aren't being returned correctly. ### WHAT is this pull request doing? -...