Alex Willmer
Alex Willmer
If you're till interested, there may be a way this could be work across ansible-base & ansible-core. 1. Release distributions of a new project (e.g. `superluminiferous-aether`) on PyPI with versions...
Looking at https://towncrier.readthedocs.io/ and https://scriv.readthedocs.io/ Open questions - Do non-maintainers need the tool installed to submit a PR? Can they be vendored to avoid that? - Can they be integrated...
Single file script used by CPython https://github.com/python/core-workflow/blob/main/blurb/blurb.py, could be more suited to vendoring
Currently leaning toward blurb.
I wrote *another* tzif.ksy https://github.com/kaitai-io/kaitai_struct_formats/compare/master...moreati:kaitai_struct_formats:tzif. before I thought to check for open PRs. Sorry for the duplication. Ian, do you still want to get yours merged? Would you like me...
I agree `utils.py` duplicates are small enough to stay where they are. Making `python-u2flib-host` a test_requires of `python-u2flib-server` feels like a good idea. I'd prefer not to put anything in...
Sitrep and brain dump - https://mitogen.networkgenomics.com is hosted in a Netlify account, built from an out of date branch - Access to that account can't be delegated to members of...
Fixes from PR #1026 have been merged into docs-master branch. Both https://spiffy-croissant-696d93.netlify.app/ (my Netlify account) and https://mitogen.networkgenomics.com/ (@dw's account) have rebuilt with it. The Mitogen website now reflects latest released...
https://mitogen.networkgenomics.com/ansible_detailed.html now points directly to release 0.3.4, and https://mitogen.networkgenomics.com/changelog.html shows recent changes.
Notes to self - `select`: stdlib module, - `select.select()`: near universally available on POSIX-likes, `O(max(fds))`, cannot use any `fd > FD_SETSIZE` a compile time C #define usually == 1024 -...