Cory Imdieke

Results 18 comments of Cory Imdieke

I'd be interested in scrypt jane and scrypt-n support as well, so I can use multiple thread settings while mining ultracoin and vertcoin.

SPM is getting more popular recently and with WWDC and Xcode updates coming soon I'm guessing it will only increase. Just bringing this up to see if we can re-open...

Commenting on this as a vote, I would like to see time zone support as well.

That's a good and valid point. I've been treating the mongo database like a black box, so I don't mess with the way the Parse server is storing data. I...

I just started running into this exact issue. Works in debug mode, crashes from jetsam in release mode. Were you ever able to track down the root cause on this?

I'm running into this too and it's a major roadblock. Happening on iOS 9 iPad Air 2. Haven't been able to track down the cause yet.

I was able to fix my problem by releasing (setting to nil in my case) my recorder instance immediately after closing the file. It seems like something was trying to...

More or less, I was going through and updating all the Pods in my project and EZAudio was one of them. So far I haven't found any incompatibility issues, but...

That's the path I started to go down before I did this. Unfortunately, it doesn't work for 2 reasons. The first one, OAuthSwift.log isn't a public property, so you would...

Hi, any more info on this PR? I still think it's useful functionality to be able to customize logging, but the proposed solution of using the protocol isn't possible.