Piotr Wittchen

Results 193 comments of Piotr Wittchen

I unplugged all external monitors on macOS Sierra 10.12.3 and this bug still occurs with Licecap 1.25 (gif with black screen was recorded).

Thank you for the answer. It would be nice to fix tests on Travis as well :). We can try to fix it together. As far as I see from...

I also updated code of the sample apps. Unfortunately, In the Android emulator, network changes are not invoked for some reason. They're invoked only when I restart the Activity. On...

Current analysis: Logic in `MarshmallowNetworkObservingStrategy#propagateAnyConnectedState` needs to be updated. Probably new strategy `QNetworkObservingStrategy` needs to be created to handle this on Android Q. In general `propagateAnyConnectedState` receives 5 notifications and...

I finally fixed handling state in the correct manner, so the last available connected network is propagated to the end of the stream if we lost connectivity with one network...

Hi @yifeifiona, RN library does not have any low-level code regarding prioritization of IPv6 over IPv4 or the other way around. Inside the library, in the `internet.observing` package, for verifying...

Hi @patelakshay13890, This library is designed to be used while app is running and active. If the Activity is inactive (in background) then library should not detect changes and it...

I've added possible solution for this issue in the PR #1120.

As message says, probably you have duplicated permission. Check permissions in the library Manifest here: https://github.com/iammert/FastGCM/blob/master/library/src/main/AndroidManifest.xml and compare it with your app permissions. If you notice duplicates, remove permissions in...