Cameron Ehrlich

Results 39 comments of Cameron Ehrlich

I believe the problem is that starting right [here](https://github.com/cmkilger/CKImageAdditions/blob/master/ImageAdditions/CoreGraphicsAdditions.c#L239) the code assumes that black and white are represented with 4 components like all the other colors in the RGBA colorspace....

You could obtain a reference to an VIMVideoPlayer ivar `self.currentPlayer`, then when any subsequent video is triggered to play, you can call `[self.currentPlayer pause]` or `[self.currentPlayer reset]` from within the...

@Tovkal I think you are right. Mayne the next step forward is to build in a multiple redundancy system that tries a number of sources in case any one of...

I just went into the preferences and checked it box, and at least some of my downloads triggered... ![screen shot 2014-12-17 at 1 40 51 pm](https://cloud.githubusercontent.com/assets/1508740/5479489/93a8e6ce-85f2-11e4-8799-432eb26863df.PNG)

Started working for me too! :+1:

My issue was that my `Build Settings -> Runpath Search Paths` was set incorrectly to: @executable_path/../Frameworks It should be blank or @executable_path/Frameworks

This issue is _not_ fixed in the `1.34.1` release which appears to have been an audio routing fix.

Hello @ipavlidakis, Any updates on this? Anything we can do to help in the investigation?