Joseph Pintozzi

Results 13 issues of Joseph Pintozzi

OAuth is best. More secure. ![Gold iPhone guy](http://cdn.funkyspacemonkey.com/wp-content/uploads/2013/09/conan-iphone-5s-gold-FSMdotCOM.jpg) I actually have been making something extremely similar for my [OS X menubar inbox notifier](http://taps.io/JVCg). I'll see if I can fork RedditKit...

Broke out OAuth login to another class, `RKOAuthClient`. App developers will have to register their app at https://ssl.reddit.com/prefs/apps to get a clientId and clientSecret. If anything isn't up-to-snuff, let me...

As of Xcode Version 8.2.1 (8C1002), most TouchBar classes are limited to macOS `10.12.2`. This PR simply updates the desired target to be compatible. ![2017-01-03 at 7 25 pm](https://cloud.githubusercontent.com/assets/39943/21630045/9d5cb204-d1ea-11e6-9eca-c995c74957b6.png)

@hoopsbwc34 and I have been digging into other API requests the mobile app has been making, and it appears that you can get to a lot more functionality when you're...

help wanted

The `remoteReleases` option doesn't have any additional configuration to allow for authenticating against a private repo. Any way around this?

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of...

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of...

Monit hosts return a good amount of information. It would be nice to have access to the protocol and be able to associate some nice icons with it in a...

RestKit allows you to post images with: ``` RKParams* params = [RKParams params]; RKParamsAttachment* attachment = [params setData:UIImageJPEGRepresentation([thumbnail.image fixOrientation], 0.1) MIMEType:@"image/jpeg" forParam:@"timeline[photo]"]; [[RKClient sharedClient] post:urlString params:params delegate:self]; ``` Is there...

Tidy up README, add in more information, update .gif, etc.

enhancement