Christopher Smith
Christopher Smith
I created a simple version for myself that only uses a local exclude list (in `hot-reload.js` itself). Seems to work okay! ``` const ignoreList = [ 'popup.js', 'popup-controller.js', 'popup.html', 'popup.css',...
@sivaschenko Can you please take a look at this file and let me know if there is a way to change the language in the source file to remove/change references...
There are a lot of code changes here for one new header. Can you summarize all the changes and how you implemented this? Some of the changes are only formatting....
Hmm... I get multiple errors when I try to run the tests. Were you able to run tests, or were you not able to install `astock/phpcs-psr2-stock`? Unfortunately that is an...
I will need to wait for @slaanesh to review. He is the final approver of any changes to public Git, and created the rules for how submissions get approved. He...
@sivaschenko Thanks! I sent you an offline Slack message. I will get a dev resource to help me review both of your PRs. I will also add you to the...
Hi Mary. Did you build the WooCommerce integration, or are you only using it? Adobe did not build the integration, but we did build the SDK. The error you see...
Hi Mary, I recommend you start by looking at the OAuth workflow guide here: https://github.com/adobe/stock-api-docs/blob/master/supplemental/Stock-Authorization-Code-Workflow.pdf And also the sample code I created here: https://github.com/adobe/stock-api-samples/tree/master/php/authcode-php The configuration looks okay, but keep...