remjx
remjx
@t3chnoboy if this repo will no longer be maintained, can you update the readme to indicate this? Amazon sent out a notice that Product Advertising API v4 will be discontinued...
Here is a similar package for V5 https://github.com/arifulhb/amazon-pa-api50
Thanks for logging this issue @drpym I found using the AWS CLI from this Github Action is a pretty straightforward alternative https://github.com/marketplace/actions/aws-cli
Currently, the "address" field is [handled](https://github.com/remjx/coindrop/blob/ada6adbb1456066ff9b76bde9044668eea30b8a7/components/PublicPiggybankPage/PaymentMethodButtonModal.tsx#L65) one of two ways: 1. [Address is a valid url](https://github.com/remjx/coindrop/blob/ada6adbb1456066ff9b76bde9044668eea30b8a7/components/PublicPiggybankPage/PaymentMethodButtonModal.tsx#L22). In this case, the button says "Open" and will open in a new page....
I like this idea. Shouldn't be too difficult to add some basic analytics. On each visit & tracked page action, send HTTP request with action name to server to log...
I was waiting for someone to request this feature 😁 I can add it.
There is also a broken link in the js readme: > Details about Twitter's weighted counting scheme are available on the [official developer website](https://developer.twitter.com/en/docs/developer-utilities/twitter-text).
I realized at least part of the issue is that I don't have Helvetica Neue installed on my machine (Windows 7), Figma gave me the error message when I highlighted...
I will be adding, hopefully within the next few weeks, the ability to add any arbitrary payment link :)
@Uberwire that is not a valid use of Cy.wait. Cy.get has a built in wait so if your css selector is correct it will wait till it becomes the first...