Constantin Kraft
Constantin Kraft
Python 3
Hi there, thanks for making bups, I use it on a daily basis. Now as Python 2 is deprecated, are there any plans for a migration to Python 3? Best...
If no port number is specified in the _servlet address_ via administration backend, the plugin leaves the colon at the end, rendering the URL invalid and thus producing the error...
… from RStudio site: https://cran.rstudio.com/bin/linux/ubuntu/README.html#secure-apt fixes #8
APT seems to need the full key fingerprint, e.g. ``` apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E298A3A825C0D65DFD57CBB651716619E084DAB9; \ ```
This should really be fixed as it poses a potential security risk.
Using a normal `open()` I experienced an `OverflowError: size does not fit in an int`. Using Python 3.6.5. on Linux. Please let me know if you need more information.