Lukas Novak
Lukas Novak
I have same issue with 4.0, getting that runtime exception. I've tried `AndroidDevMetrics.initWith(this);` and `MethodsTracingManager.getInstance().init(this);` in Application onCreate() but with no success. I have errors only in version 0.4, version...
> The infinite loop introduced in the code will keep running indefinitely; printing the gibberish non-ASCII character sequence endlessly on the console for any applications that use 'colors.' More info...
I've pushed pull request which fix this issue: https://github.com/javanile/yamlinc/pull/32
> The compromised versions are deleted from npm. There is no need to publish a new version of this library. Versions `1.4.1` and `1.4.2` are deleted, so this library uses...
This should be mentioned in documentation. It makes sense that server certificate expires, but in my case I was shocked why all my VPN clients stopped working. I resolved it...
Same issue here but didn't found better solution, so I'm removing div and completely reinitializing location picker just like you. Thanks.