Kyle Satti
Kyle Satti
The validateViewControllers() func is really cool, but it doesn't catch instance of when a function name has been changed but it has not been re-connected in IB. Could IBActions be...
What debug information can I get for you, I don't really know where to start with `mergepbx`? 😄 The conflict was on a group that had been moved to different...
I think I'm liking the look of either [Couchbase](http://developer.couchbase.com/mobile) or [CloudKit](https://developer.apple.com/icloud). Couchbase would be particularly nice as it's open source and I hear it handles offline access and sync very...
This PR brings: - Simplified initialisation of ConfettiView - Better adherence to Swift type naming (ConfettiView instead of SAConfettiView) - Refactor and encapsulation of ConfettiType This PR fixes: - An...
This is because the JSONParse.swift uses the JSON module on OS X: https://github.com/PureSwift/SwiftFoundation/blob/develop/Sources/SwiftFoundation/JSONParse.swift#L9 but in the Package.swift the CJSONC module is defined as a dependancy instead: https://github.com/PureSwift/SwiftFoundation/blob/develop/Package.swift#L8 Is there a...
Would you be open to the idea of making a command/method for checking the whole repo/project for TODOs? At the moment only the diff is checked, which poses two issues:...