Dan Appel

Results 22 comments of Dan Appel

Seconded

FYI the offending line is [here](https://github.com/MCPCapital/HarmonizeProject/blob/master/harmonize.py#L299)

Related: - https://github.com/opencv/opencv/issues/10671 - https://github.com/statueofmike/rtsp/issues/13 [This is a decent workaround for those interested](https://stackoverflow.com/a/54755738/3530232). I had to change it a little bit to propagate the `ret` value from `self.cap.read()`, so that...

Why is this, again? There's nothing stopping you from supporting both...

There's no maintenance involved and it's actually very important for a lot of people. People don't develop SPM applications on Linux, they do it on OSX. Building on OSX is...

Can anyone create a summary of how to use Commandant in a CLI Xcode project (and put it in the README)? Sure, I could look through Carthage's source, but there's...

It looks like the issue is that `self.passAlertAction` is weak but is [assigned to directly from allocation](https://github.com/redbear/Duo/blob/master/apps/ios/DuoApp/DuoApp/DuoWifiProvisioningViewController.swift#L652). As such it is immediately deallocated and afterwards crashes when unwrapped, at least...

Made the pull request. Let's hope it gets merged! @saamerm I would appreciate if you could test it to make sure my theory is correct.

@wywarren you need to download cocoapods (`gem install cocoapods`) and run `pod install`, and then everything should build.