tar500
tar500
Hi @JeanLebrument, @garnett and @hugobast Almost a year ago I have also made my own version of Counter app with some architectural an file structure changes, that allowed to create/use...
> Yes, we should add this. We need to test/merge card-io/card.io-dmz#35 first before we can make a new release. So it's merged, could you please resolve this issue? I did...
Have the same issue. Thanks @MelvinTo for the `+ [HTTPRequest setShouldWaitUntilDone:YES];`, but it seems that this issue is present and should be resolved. Do anyone have any thoughts on this?
Found a problem and a solution: a request object had been autoreleased before it received any response, so just own that request either by adding to an array or capturing...
@cgamache Same issue with another project using AVAudioEngine: `required condition is false: format.sampleRate == hwFormat.sampleRate` It works all the time, but start to fail when a special song is added...