Search
72 results for “mitogen_hq”
-
The Mitogen project is considering a change to our release process. Future releases are likely to be made directly from the Git "master" branch, rather than the "stable" branch. Please let us know if you directly use the "stable" branch https://github.com/mitogen-hq/mitogen/issues/1475
#Mitogen -
The Mitogen project is considering a change to our release process. Future releases are likely to be made directly from the Git "master" branch, rather than the "stable" branch. Please let us know if you directly use the "stable" branch https://github.com/mitogen-hq/mitogen/issues/1475
#Mitogen -
This @mitogen_hq PR is coming along rather nicely https://github.com/mitogen-hq/mitogen/pull/1243
#Mitogen -
This @mitogen_hq PR is coming along rather nicely https://github.com/mitogen-hq/mitogen/pull/1243
#Mitogen -
This @mitogen_hq PR is coming along rather nicely https://github.com/mitogen-hq/mitogen/pull/1243
#Mitogen -
This @mitogen_hq PR is coming along rather nicely https://github.com/mitogen-hq/mitogen/pull/1243
#Mitogen -
https://github.com/mitogen-hq/mitogen/pull/1175 has me thoroughly bamboozled. Some templated connection options are retrieved fully evaluated, e.g. ansible_user="{{ 'al' + 'ice' }}" -> "alice". Some connection options don't, e.g. ansible_ssh_executable="{{ 's' + 'sh }}" -> "{{ 's' + 'sh }}". #Mitogen
-
https://github.com/mitogen-hq/mitogen/pull/1175 has me thoroughly bamboozled. Some templated connection options are retrieved fully evaluated, e.g. ansible_user="{{ 'al' + 'ice' }}" -> "alice". Some connection options don't, e.g. ansible_ssh_executable="{{ 's' + 'sh }}" -> "{{ 's' + 'sh }}". #Mitogen
-
https://github.com/mitogen-hq/mitogen/pull/1175 has me thoroughly bamboozled. Some templated connection options are retrieved fully evaluated, e.g. ansible_user="{{ 'al' + 'ice' }}" -> "alice". Some connection options don't, e.g. ansible_ssh_executable="{{ 's' + 'sh }}" -> "{{ 's' + 'sh }}". #Mitogen
-
https://github.com/mitogen-hq/mitogen/pull/1175 has me thoroughly bamboozled. Some templated connection options are retrieved fully evaluated, e.g. ansible_user="{{ 'al' + 'ice' }}" -> "alice". Some connection options don't, e.g. ansible_ssh_executable="{{ 's' + 'sh }}" -> "{{ 's' + 'sh }}". #Mitogen
-
Fixed some sudo tests in @mitogen_hq that had been commented out in 2020 https://github.com/mitogen-hq/mitogen/pull/1168. It took a lot of head scratching, but now I can close many browser tabs #Mitogen
-
Fixed some sudo tests in @mitogen_hq that had been commented out in 2020 https://github.com/mitogen-hq/mitogen/pull/1168. It took a lot of head scratching, but now I can close many browser tabs #Mitogen
-
Fixed some sudo tests in @mitogen_hq that had been commented out in 2020 https://github.com/mitogen-hq/mitogen/pull/1168. It took a lot of head scratching, but now I can close many browser tabs #Mitogen
-
Fixed some sudo tests in @mitogen_hq that had been commented out in 2020 https://github.com/mitogen-hq/mitogen/pull/1168. It took a lot of head scratching, but now I can close many browser tabs #Mitogen
-
In Python have you ever seen fileobj.read() or fileobj.read(n) return None?
I do mean None, not an empty string. The only condition I've dug up is if the underlying file descriptor is non-blocking, but there may be others. Context is trying to understand/replicate https://github.com/mitogen-hq/mitogen/pull/1299 where the fileobj is an io.BufferedReader wrapping stdin (fd 0).
-
In Python have you ever seen fileobj.read() or fileobj.read(n) return None?
I do mean None, not an empty string. The only condition I've dug up is if the underlying file descriptor is non-blocking, but there may be others. Context is trying to understand/replicate https://github.com/mitogen-hq/mitogen/pull/1299 where the fileobj is an io.BufferedReader wrapping stdin (fd 0).
-
In Python have you ever seen fileobj.read() or fileobj.read(n) return None?
I do mean None, not an empty string. The only condition I've dug up is if the underlying file descriptor is non-blocking, but there may be others. Context is trying to understand/replicate https://github.com/mitogen-hq/mitogen/pull/1299 where the fileobj is an io.BufferedReader wrapping stdin (fd 0).
-
In Python have you ever seen fileobj.read() or fileobj.read(n) return None?
I do mean None, not an empty string. The only condition I've dug up is if the underlying file descriptor is non-blocking, but there may be others. Context is trying to understand/replicate https://github.com/mitogen-hq/mitogen/pull/1299 where the fileobj is an io.BufferedReader wrapping stdin (fd 0).
-
Mitogen 0.3.51 fixes compatibility with Ansible's dnf5 module. Thanks to Quentin Dawans.
🐍 https://pypi.org/project/mitogen/0.3.51
🗒️ https://mitogen.networkgenomics.com/changelog.html -
Mitogen 0.3.51 fixes compatibility with Ansible's dnf5 module. Thanks to Quentin Dawans.
🐍 https://pypi.org/project/mitogen/0.3.51
🗒️ https://mitogen.networkgenomics.com/changelog.html -
Mitogen 0.3.50 fixes a regression with Ansible 14 DNF module
🐍 https://pypi.org/project/mitogen/0.3.50
🗒️ https://mitogen.networkgenomics.com/changelog.html -
Mitogen 0.3.50 fixes a regression with Ansible 14 DNF module
🐍 https://pypi.org/project/mitogen/0.3.50
🗒️ https://mitogen.networkgenomics.com/changelog.html -
Mitogen 0.3.49 brings Ansible 14 support and better sudo password support for internationalised prompts
🐍 https://pypi.org/project/mitogen/0.3.49
🗒️ https://mitogen.networkgenomics.com/changelog.html -
Mitogen 0.3.49 brings Ansible 14 support and better sudo password support for internationalised prompts
🐍 https://pypi.org/project/mitogen/0.3.49
🗒️ https://mitogen.networkgenomics.com/changelog.html -
Mitogen 0.3.49 brings Ansible 14 support and better sudo password support for internationalised prompts
🐍 https://pypi.org/project/mitogen/0.3.49
🗒️ https://mitogen.networkgenomics.com/changelog.html -
Mitogen 0.3.49 brings Ansible 14 support and better sudo password support for internationalised prompts
🐍 https://pypi.org/project/mitogen/0.3.49
🗒️ https://mitogen.networkgenomics.com/changelog.html -
Mitogen 0.3.26 is out with fixes for child processes reading/writing stdio
🐍 https://pypi.org/project/mitogen/0.3.26/
🗒️ https://mitogen.networkgenomics.com/changelog.html -
Mitogen 0.3.26 is out with fixes for child processes reading/writing stdio
🐍 https://pypi.org/project/mitogen/0.3.26/
🗒️ https://mitogen.networkgenomics.com/changelog.html -
Mitogen 0.3.25 is out with support for for the upcoming Ansible 12.0
🐍 https://pypi.org/project/mitogen/0.3.25/
🗒️ https://mitogen.networkgenomics.com/changelog.html -
Mitogen 0.3.25 is out with support for for the upcoming Ansible 12.0
🐍 https://pypi.org/project/mitogen/0.3.25/
🗒️ https://mitogen.networkgenomics.com/changelog.html