Mark Sands

Results 8 issues of Mark Sands

_See [here](https://github.com/gpambrozio/BlockAlertsAnd-ActionSheets/blob/master/BlockAlertsDemo/ToAddToYourProjects/BlockAlertView.m#L25-L39)._ ### The problem When running my unit tests, the `+ (void)initialize` method gets called and signals a **HALT**. The offending selector is `[UIFont boldSystemFontOfSize:]`, which tells us that...

If no test files are found, the an alert should prompt the user informing them that no test files were found. The alert should automatically be hidden/fade out after a...

enhancement

A selection alert in line with how AppCode handles multiple test files. Example below: ![](http://blog.jetbrains.com/objc/files/2013/02/gotoTest.png)

enhancement

Given the auto generation of new test files from issue #6, it would be ideal to allow the user to specify how and where the new tests are created. We...

enhancement

Any reason why this shouldn't work? I'm using this technique, but instead of using UIImagePickerController I'm using AVCaptureSession instead with the video media device and it works great. If I...

According to [Apple](http://developer.apple.com/library/ios/#documentation/GLkit/Reference/GLKMatrix4/Reference/reference.html), `GLKMatrix4MakeOrtho`'s `nearZ` param _must be positive_ and the `farZ` param _must be positive and greater than the near distance_. Unfortunately, in your [EEScene.m](https://github.com/ianterrell/ExampleEngine/blob/master/ExampleEngine/EEScene.m#L42) file you have: ```...

### Feature description I'm getting a symbol name collision with a function that's defined in DatadogInternal https://github.com/DataDog/dd-sdk-ios/blob/ca533286e991d4c05096ccbfb6a5309b254036ee/DatadogInternal/Sources/Utils/SwiftExtensions.swift#L118 Since a lot of the API in that module is `public`, it's being...

### Question According to [this GitHub issue](https://github.com/microsoft/plcrashreporter/issues/349#issuecomment-2995465284), PLCrashReporter is slated to be archived following the full decommission of AppCenter next year. Are there plans to fork this dependency to provide...

question