Chris Griffin

Results 4 issues of Chris Griffin

In Vapor 3 you could add a custom validation like so: ``` validations.add("passwords match") { model in guard model.password == model.confirmPassword else { throw BasicValidationError("passwords don’t match") } } ```...

enhancement

I'm calling exit(1) from my iPhone app but session:didEndWithError: always has a null NSError? I need to have a non-zero exit code from my app return EXIT_FAILURE from iphonesim.

After installing Safari 5.1 the commit detail view is always blank. I downgraded to Safari 5.0.5 and everything worked as expected. P.S. Thanks for the great work!! GitX is better...