Results 4 comments of Jonah

I ran into the same issue when adding Nocilla to an app which uses NSURLSession via Alamofire. At a minimum these exceptions are not visible as test failures or logs....

I've found that at a minimum wrapping https://github.com/luisobo/Nocilla/blob/master/Nocilla/LSNocilla.m#L79 in a `dispatch_async(dispatch_get_main_queue(), ^{...}` block is an improvement over the current behavior. That at least halts and fails the test suite (though...

Hi folks. Looks like I was using https://github.com/bengardner/uncrustify/tree/uncrustify-0.58 as distributed by some release of http://universalindent.sourceforge.net/index.php when I wrote that gist.

I had assumed that would be the case but I'm working with a client who I think made a reasonable request that they know they have a license for the...