Ben
Ben
Python3 does not support (or no longer supports) encode('ansi'), I replaced this with encode('cp1252') which resolved the issue. Tested with Python 3.9.8, no errors that I am aware of.
# Pull Request Template ## Description Updated python-m2crypto to python3-m2crypto, Python 3 is now the default for Ubuntu 20. Fixes # (issue) https://github.com/kimchi-project/wok/issues/300 ## How Has This Been Tested? Updated...
When using `-OutputFormat svg` I don't see any of the Azure icons, when using `-OutputFormat png` the icons work fine. Same environment, same machine, same session etc. Using: MacOS 12.4...
I have been doing some work around the CIS checks and came across this. These two tests seem like they might be over scoped, or at least that is what...