Colin Nolan
Colin Nolan
Link to @xoanmi's PR on Ansible: https://github.com/ansible/ansible/pull/28055.
I also encountered this issue, and have added a PR to fix in #710.
I also encountered the need for `async with` and wanted to use `@asynccontextmanager` so I gave your change a try. The issue I encountered was that it uses `anext`, which...
I'm seeing this with a build of the latest version (BCFtools `fe98a6b54536246ce650ad5fde0b75e99bb22fa0`; htslib `70df0479771fa28e927c01de4c5ca95f1e63ebba`), on Ubuntu 22.04 with: ``` cd htslib autoreconf --install ./configure make cd ../bcftools autoreconf ./configure make...
> I don't think this has been completed Apologies! I spent a few minutes yesterday follow up my old PRs/issues - but I was clearly too trigger happy here when...
@glenfant it would be useful if the license could be changed to MIT - GPL is rather restrictive for a small library like this.
Suggested fix in https://github.com/cablehead/python-consul/pull/193.