Andrey Kislyuk

Results 354 comments of Andrey Kislyuk

We will not be implementing HMAC truncation or any peer-configurable signature or digest material truncation due to the security hazards inherent in such functionality. See https://www.w3.org/blog/2009/07/hmac-truncation-in-xml-signatu/ for further context.

I have decided that XML Signature Version 2.0 (which was never accepted as a W3C standard) will not be supported, so this issue won't be fixed (only 1.1 will be...

Thanks for your interest in argcomplete. If global completion does not work for you, you're probably not configuring your bash completion correctly, or the version of bash that's running (which...

Thanks for your interest in argcomplete. After an extensive attempt to reproduce your issue, I'm unable to do so. Zsh support works for me as described in the readme, on...

Thanks for the offer. I'm open to a PR for migrating setup.py contents to pyproject.toml, but not to hatch.

Hi @halfow , I left a review in the PR. To your other questions- - We will not be setting any setuptools build settings or any other build tool settings...

Completion descriptions will not be supported on bash, and going forward we will focus on zsh for added features like this.

argcomplete now supports zsh directly (without the bashcompinit compatibility layer) in the develop branch. The practical impact of this support is currently limited to emitting description strings in zsh, but...

OK, I was able to activate global completion for zsh using `compdef _python_argcomplete_global -P '*'`, so zsh is now fully and officially supported by argcomplete.