Andrew K. Boyd
Andrew K. Boyd
I don't know what you mean by 'multiple test set' Please provide sample code that reproduces the issue/more detail. I don't know how to look into it based on the...
This seems reasonable, however in the meantime OS X and tvOS targets have been added to the master. If you rebase we should be able to make the merge easy...
Great idea! Submit a pull request with them added :-) I will work on it when I get a chance if I don't see anything come through, no guarantees on...
I'd be happy to merge this, but I would like to get the travis build passing first. [Travis - OS X CI environment](https://docs.travis-ci.com/user/osx-ci-environment/) [Travis - testing on multiple OSs](https://docs.travis-ci.com/user/multi-os/) I'm...
I had just a few minutes to play around with this today and made some changes to the travis.yml file on a [separate branch](https://github.com/luisobo/Nocilla/compare/pcantrell-null-annotations) with your changes. I got it...
Submit a pull request? Or I will try to get to it when I can.
What is the error?
`[NSDate distantFuture]` is going to cause this code to wait indefinitely and never check your `complete` variable. Change this to something like `[NSDate dateWithTimeIntervalSinceNow:1.0]` and see if that helps. If...
I found that I needed to install `gcc-multilib` for the compilation to work with the latest version. Found the answer on [StackOverflow](https://stackoverflow.com/questions/6329887/how-to-fix-linker-error-cannot-find-crt1-o) Not sure if this helps anyone else but...