songpr
songpr
## Bug Report **Describe the bug** 1 moderate severity vulnerability **To Reproduce** Steps to reproduce the behavior: 1. npm audit **Expected behavior** no severity found **Screenshots** If applicable, add screenshots...
The authorities will be not match since application id will match the project package not com.mvc.imagepicker
I have follow you guide and install ImagePicker on my project and compile successfully. But it have NPE below. > java.lang.NullPointerException: Attempt to invoke virtual method 'android.content.res.XmlResourceParser android.content.pm.ProviderInfo.loadXmlMetaData(android.content.pm.PackageManager, java.lang.String)' on...
I use the lib to retrieve instagram pics of a tag=love repeatedly. After running for about an hour. The lib is not response any more, no error throw ... just...
### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the feature has not already been requested ### 🚀 Feature...
Code below is work! ``` const rest_clients = require('restify-clients'); let client= rest_clients.createJsonClient({ url: 'https://graph.facebook.com', version: "3.2", query: { access_token: "xxx" } }); client.get("/xxxxxxyyyy", function (err, req, res, obj) { if...