Bryan Irace
Bryan Irace
I think that one should be able to depend on the InterAppCommunication framework without also importing every app client that has been added to the repository. In the spirit of...
I’m trying to get `Money` to conform to [Decodable](https://github.com/Anviking/Decodable), but it doesn’t seem possible. 1) You can’t directly extend `Money` (“Constrained extension must be declared on the unspecialized generic type...
Can anyone shed light on why I might be getting this error? I’m running in Xcode using the following arguments: ``` -i /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk -o /Users/Bryan/Desktop/Exports -g 1 ``` And getting...
Swift 4
I can understand not wanting to merge this into `master` until Xcode 9 is out of beta – you may want to make a `swift-4` branch that can become the...
Something with an interface like: ``` objc NSArray/**/ *authors = [TMAuthorParser authorsFromDictionary:dictionary]; ```
I don't know when exactly I'll be getting around to it, but this SDK has gotten a little stale and in need of quite a bit of modernization. I'm hoping...
Currently the SDK does _not_ store the OAuth token and secret. It will fetch them and configure the API client with them when the user authenticates, but the application itself...
iOS 9
:warning: **Preliminary thoughts! Please take this with a grain of salt as I haven’t thought about it for long enough to feel like I have my head fully wrapped around...