Paulo Margarido

Results 9 issues of Paulo Margarido

**Is your feature request related to a problem? Please describe.** When I ran the `theme configure` command for the first time, I didn't know which flags were allowed (or necessary)...

:star2: enhancement

### WHY are these changes introduced? The first step towards making this library isomorphic is to define an interface that allows all of the different runtime environments. ### WHAT is...

### WHY are these changes introduced? Apps might want to charge for their usage, and they can use the Admin API to request payment from the merchant. ### WHAT is...

## Overview We currently check if `AccessMode === 'online'` in several places in the code. We could extract those checks into a shared method, in possibly a new `utilities` project...

enhancement
good first issue

As per ☝️, this PR just checks that all mocked responses were checked with `toMatchMadeHttpRequest`, to help us not write tests that mock more requests than will be made. This...

This PR is re-introducing the billing component to the isomorphic library, and ensuring it works on CF workers.

This PR is just making some small improvements to the isomorphic API docs, to make it easier to set the library up for CF worker environments.

### WHY are these changes introduced? As part of [updating the template to use App Bridge React v4](https://github.com/Shopify/shopify-frontend-template-react/pull/255), we'll need to include the api key in the `index.html` file, which...

Closes #23192 As mentioned in the issue, there are some scenarios where we want to omit the regular message returned from a command, where the output might make it harder...