These are currently the most annoying bugs in iPadOS 13.2.2. The device here is iPad Pro 12.9″ (2nd gen). The Screen Rotation Does Not Work Seamlessly That is an example what frequently happens. This time the quick start bar (whatever is the correct term) did not rotate even though the icons and the background image […]
Month: November 2019
Get Linux Distribution Name and Version with Python
Since Debian 10 Buster there is no minor version number in lsb_release output or /etc/os-release anymore. Bug has been filed, but apparently there is no will to get the full version number back. The dist() and linux_distribution() functions in the platform module in Python have been deprecated in 3.5 and removed in 3.8.0: Also, the […]