Alex Willmer

Results 363 comments of Alex Willmer

For now my conclusion is that this will require more fundamental changes to ansible_mitogen. Possibly - moving mitogen_sudo et al from plugins/connections to plugins/become. - changing how Mitogen intercepts/integrates with...

HTTP GET to httpbin.org sometimes times out. Probably best to eliminate the external dependency.

https://github.com/mitogen-hq/mitogen/actions/runs/11051662112/job/30702035104?pr=1080 confirms that the Github Actions workflow works with third-party PRs. The Action is able to pull the container images.

New contender #1185: BlockingIOError: [Errno 35] Resource temporarily unavailable

@savchenko to clarify 1. Does the user on localhost require a password to run something with sudo? 2. Does the user on the target require a password to run something...

> 1. No, the `sudo` is tied to U2F, in `/etc/pam.d/login`: > `auth sufficient pam_u2f.so cue userpresence=1 pinverification=1` cross ref #999

Affected by https://github.com/python/cpython/issues/115911, may be a blocker or require caveats on functionality

> By the way, the base branch for it is `stable`, please let me know if it should go to master. I can rebase. It should be master. I've updated...

I've just asked Azure Pipelines to rerun the failed jobs. It's probably a case of flaky tests, they're taking 1 or 2 reruns to get 100% green. Thought I had...

Added https://github.com/mitogen-hq/mitogen/wiki/import-and-importlib-notes and mentioned this.