Jason Pepas (FloSports.tv)

Results 6 issues of Jason Pepas (FloSports.tv)

Hello, I saw that long ago someone had created an Xcode project which embedded chibi into an iOS app. Unfortunately, google code has shut down and their repo is no...

I can't figure out how to make the compiler happy when trying to express something like this: ```swift public protocol ChangesetApplying: class { associatedtype T func apply(changeset: Changeset) } ```...

Hey! Thanks for writing Marshal. Consider these nested types: ```swift struct Person { let name: String } struct Group { let name: String let members: [Person] } ``` I'm guessing...

What a great list you've assembled! Have you considered adopting the "awesome" naming convention for this list? https://github.com/topics/awesome-list

I noticed that the initializers on Reachability are failable, but I'm having a hard time figuring out under what circumstances this can actually happen. i.e. will this only happen if...

First, thanks for working on the cocoapods project! You rock! 👍 Normally, each pod has a "detail page" which shows the description, links to the podspec, repo, and other details....