Denis Stanishevsky
Denis Stanishevsky
To correctly fix the issue, without magic timeouts, you gotta wait for `AVAudioSessionInterruptionTypeEnded` of `AVAudioSessionInterruptionNotification` and call `activateAudioSession` just at that moment
@mariouzae well, you need to subscribe to `AVAudioSessionInterruptionNotification` event using `addObserver` method of `NSNotificationCenter`, and check `AVAudioSessionInterruptionTypeKey` in your observer.
@nikitabelonogov any chance to see a new release, with fix of the issue which already is in master branch?
A solution for #107, but with separate action for key-up to keep the compatibility with existing code, and to divide the reactions as well
Function is simple - quick jump to specific line of the file with shortcut. It could be done via JumpNext/JumpPrevious (like most apps that I've seen), or by Ctrl-1,2,..,0 (like...
@voddan maybe there should be different types in (2)? All these String-s looks too perfect
I faced the same issue, but while trying to proxify Facebook – it shows me "CORS Missing Allow Origin". To what I found, it happens due to "302 Found" to...
Did some experiments. Now I believe it happens due to HTTP/2 – disabling HTTP/2 in my Firefox helped me with Facebook. Could you guys check this for your cases? Found...
Doh. Better comment on the problem is here: > https://github.com/dlundquist/sniproxy/issues/329#issuecomment-473511721 > The HTTP/2 multiplexing is to blame. Google uses HTTP/2 to enhance their performance. If there are many resources to...
@damianw standalone functions has no access to private members of class