Tony Arnold

Results 50 issues of Tony Arnold

This resolves the following warnings in Xcode 6 and higher: ``` WTReParser.m:162:56: Values of type 'NSUInteger' should not be used as format arguments; add an explicit cast to 'unsigned long'...

I am currently using `Faker().internet.safeEmail()`, and it's producing invalid results. Right now, I have an email address of `@example.com` returned from that method, so something is going awry. I've seen...

This PR proposes restricting watchOS targets to SDK version 4.0 or later. This is when all of the API the library requires became available. What it doesn't do, and perhaps...

:rotating_light: **Please don't merge yet** :rotating_light: As per the discussion in #9, this is a quick refresh of the UI. ![Screen shot of UI changes](https://cloud.githubusercontent.com/assets/4802/6769638/eeda3736-d0f8-11e4-84ac-5ce484b5d6a6.png) This PR is a WIP,...

I hope you don't mind, @pdcgomes but I'd love to start a bit of a conversation about what the UI for XCActionBar might look like. Initial thoughts are that matching...

This PR resurrects the changes proposed by @Gruppio in #65.

This a meta issue about the documentation of the repositories contributing to Vapor, not the actual documentation. While working on some updates to one of my apps, my searches for...

enhancement

Using `LXReorderableCollectionViewFlowLayout` with a `UICollectionView` under iOS 9.0b (currently beta 5) causes scrolling of the collection view to be disabled. I've tried disabling the new iOS 9 rearrangement API like...