Markus Frosch

Results 60 comments of Markus Frosch

Came upon this extension to setuptools yesterday: https://github.com/pypa/setuptools/issues/1347#issuecomment-387802255

Following prompts will only work when there is some kind of marker. Remembering the scroll position might be tricky...

Nice idea, should be a config option, and the user should still be able to quit via menu then

Is anyone working on this?

I'm seeing the same issue using Ansible against a RKE2 cluster hosted on Flatcar Container Linux. Still need to investigate further.

In my case this fails with the following stacktrace: Details ``` Traceback (most recent call last): File "/home/core/.ansible/tmp/ansible-tmp-1667834884.668694-69019-65093378595382/AnsiballZ_k8s.py", line 107, in _ansiballz_main() File "/home/core/.ansible/tmp/ansible-tmp-1667834884.668694-69019-65093378595382/AnsiballZ_k8s.py", line 99, in _ansiballz_main invoke_module(zipped_mod, temp_path,...

This seems to be a PyPy compatibility issue... `resource` is of type `ResourceField` coming directly from the API client, this is basically a wrapper around using `object` as a dict....

For the sake of completeness: ``` # cat /etc/os-release NAME="Flatcar Container Linux by Kinvolk" ID=flatcar ID_LIKE=coreos VERSION=3227.2.4 VERSION_ID=3227.2.4 BUILD_ID=2022-10-27-1321 SYSEXT_LEVEL=1.0 PRETTY_NAME="Flatcar Container Linux by Kinvolk 3227.2.4 (Oklo)" ANSI_COLOR="38;5;75" HOME_URL="https://flatcar.org/" BUG_REPORT_URL="https://issues.flatcar.org"...

Here is a gist that shows the Pypy erroneous behavior: https://gist.github.com/lazyfrosch/2e9cb973e83bec4bb8d6d6e9ed48a723

Pypy issue: https://foss.heptapod.net/pypy/pypy/-/issues/3841