Rodrigo Fernández
Rodrigo Fernández
This is awesome. Really looking forward to it and (probably) stop using Overthrow.js
If you have the ASIN of the product, you can easily compose the details page URL yourself: ``` https://www.amazon.com/dp/ASIN ```
@shlomioz From your original question I understood that you were trying to "get (or generate) a product page **URL**". But with your latest reply it seems that what you're trying...
I agree. Devs expect to get the buy box / main price, which they don't without overriding the default parameters. So it makes perfect sense for 1.0.
This is a Node.js package designed to run in the server. You can create an API using this and consume it from Ionic or any other client.
The plugin does work, I'm currently using it in a production app without problems. Check your `AndroidManifest.xml`, maybe you have something missing.
My understanding is that `window.handleOpenURL` gets called when iOS asks which app would you like to open a file with. But if you want to get the "intent" by sharing,...
@saintedlama Since SHA-1 has finally been "broken" with collision attacks and widely recognized as being insecure, a decision needs to be taken so we can start moving users to SHA-256...
@sauryadas @huangpf Without being able to re-assign an existing VM to an Availability Set, nor via the Azure Portal nor the CLI, how are we supposed to achieve the Azure...
Hi @luyi985, sorry for the late reply. I don't see why `buffer.length` is incorrect. The image data coming from the response is already a buffer, so I don't see the...