Michael Uhlenberg

Results 3 issues of Michael Uhlenberg

I had a hard time finding out why I got an "PythonActivity has no unbind attribute" error. In plyer/platforms/android/camera.py there are these two lines: ``` import android.activity from plyer.platforms.android import...

enhancement
easy
platform-android

I want to install wegue as a Progressive Web App, mainly, so that it runs also in offline mode. I can put all the tiles into the static folder. But...

A few years ago the Unix time in seconds gained one more digit. Since then, the code `date +%s%N | cut -b1-13` must be changed to `date +%s%N | cut...