Genaro Camele

Results 22 comments of Genaro Camele

You can solve this (until contributors merge @daviddickson PR) by running: ``` ionic cordova plugin add https://github.com/fyayc-chrisat/cordova-plugin-background-mode --no-fetch ionic cordova platform rm android ionic cordova platform add android ``` If...

Thats the problem: using a forked version is always the solution

Same problem in Android 8/9. Also, Push notification plugin has the same problem in background. It seems to be a SO issue than a plugin one

Hi! I have the same problem and I wanted to ask a question from ignorance: do the statistical analyses break if you run, for example, 3 samples? Maybe you could...

Hi @thommignot! This is an excellent job! I had the same problem yesterday: I had nested structures (JSON was working fine), but a file was added. If I changed the...

Similar to what @stephendwolff proposed, I've solved the problem updating my Redis server and dependencies. My final versions are: - Python: 3.8.5 or 3.8.6 (both tested) - Redis 6.0.8 -...

Thank you so much for you answer, unfortunatelly my problem was that the object keys where not sorted

Sorry for the late response. Yes, setting `allow_null` to `True` made the trick! Thanks!