Jan Grewe
Jan Grewe
I'm not using any Docker containers, but just bare-metal ZM & ZM-ES, and i experience the same issue. There's always 1-2 `nph-zms` running, consuming ~25% CPU (each). No web console...
Don't invest any time in it until you read this, especially the Epilogue: http://www.sarahmei.com/blog/2013/11/11/why-you-should-never-use-mongodb/ (I'm not saying it's a bad idea, i just think we're fine with e.g. MySQL and...
Yes, i've updated composer to the most recent one it found (i'm using the PHAR). When i ran `zed update nzedb` the second time, it said everything was alright, no...
Just found this again while googling for a similar issue (AVI file just hangs without being recognized at all). My solution: setting the timeout for mediainfo in site settings, the...
seconded!
I'm also getting this error, on devices with Android 6.0.1 and older:  Unfortunately there's no API 21 system image for AVD anymore, so i can't test it myself. I...
Thank you for the fast response! I read somewhere that it should be possible to opt-out from "Scoped Storage" at least until Android R comes out with ``, but it...
Quick update: looks like i had to uninstall/reinstall the APK for `requestLegacyExternalStorage` to work, so that's at least a small victory and will buy you & me some time. ;-)
I'm not using the library like this, but i think you have to consume the purchase before it can be bought again: https://github.com/anjlab/android-inapp-billing-v3#consume-purchased-products
@DesigningKnights I am using something like that, and that's exactly what's causing the issue, as `isOneTimePurchaseSupported()` calls `isBillingSupported()`, and the NPE happens then in `isBillingSupported()`. ``` Fatal Exception: java.lang.NullPointerException Attempt...