Swift Xcode Asynchronous Testing

A while back I posted my tweak to some Xcode testing for asynchronous calls. Here’s an update I did in Swift for XCTestCase. extension XCTestCase { /** For use testing async functions. Will wait for completion of the function. You need to provide a test function for when the call is completed. The ultimate timeout … Read more

Mac Black Screen of Death

After a power outage, my iMac (27″, Late 2012) with macOS Sierra (10.12.2) booted into a black screen with the mouse in the upper left. Notifications seemed to be showing up (as they do on the login screen). Several leads didn’t pan out. Ones that were basically different kind of resets. Mark Gibbs tipped me … Read more