treefrog
treefrog
thanks for link to the airflow issue, 1.10.2 is now out which fixes (2) at least. After upgrading CPU usage has gone down a lot, so not sure if the...
Not sure if this works as a solution for 4k monitors, but I posted a comment here about how to manually set the font size bigger: https://github.com/widelands/widelands/issues/2851#issuecomment-1159495847
After seeing the above comment that you can set the font sizes via lua, I had a look. This seems to work to make everything bigified: - find where the...
I just ran "pip install cysignals" in a new virtual env on an unchanged AWS Linux AMI. I saw recent commits in this repo were designed to work around this...
Just in case anyone is interested, "-Wp,-D_FORTIFY_SOURCE=2" is in /usr/bin/python3.4m-x86_64-config, and appears in the output of `import sysconfig; print(sysconfig.get_config_vars())`, so I presume these are the flags that were used to...