Mike DeVita

Results 7 issues of Mike DeVita

right now the scraper queries reddit for the topics, then for each topic that has an imgur link it queries imgur for the right URL to the image, **then** it...

enhancement

I will be submitting another PR to resolve this if you like, basically in the api/services/* files you do something like this.. this can be applied for things like db...

is it possible to store by `subreddit/author/` rather than labeling photos as the reddit id. for some reason some of the images are in the root of the subreddit folder...

I noticed the grant doesn't have an owner example.. By doing something like this... ``` javascript Promise.all([ PermissionService.grant({ role: 'registered', model: 'Trail', relation: 'owner', action: 'update'}) ])
 .spread(function (trailUpdate) {
...

documentation

I am using the following script to generate certificates and noticed the `/tmp/letsencrypt` dir contents are left intact even after ssl generation. Should I be deleting these after generation? ```...

does your plugin support working behind a proxy?

https://github.com/paypal/PayPal-node-SDK I'll try to work on a PR for this, but just documenting the issue for now.