Andrey Kislyuk
Andrey Kislyuk
@vinc17fr I was able to reproduce the issue you described in https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1101675 and trace it to an interaction between a change that I introduced in https://github.com/kislyuk/argcomplete/commit/0d55af289f2f93c9bc2b7d75ddb7766dd4889912 and zsh configurations with...
Sorry I missed this, yes, would be happy to merge a PR for this. The other library I maintain that depends on this (https://github.com/pyauth/requests-http-signature) already has an API for this,...
I started work on this but haven't had the time to finish it. I pushed my partial work in progress to https://github.com/pyauth/http-message-signatures/pull/14/files. Please feel free to give it a go!...
I ended up vendoring http-sfv.
Yes. There is a bit of tech debt: the other library that I maintain that depends on this one already implements content-digest verification (https://github.com/pyauth/requests-http-signature/blob/develop/requests_http_signature/__init__.py#L273-L288) but it is specific to the...
Hi - this seems fine, I don't have any strong preferences one way or another. I have a vague idea that an object-oriented API might make it easier to type...
Also, thanks for publishing http-sfv. It's a really useful package and important building block that has been reliable and predictable.
Hi @mnot, After several unsuccessful attempts to migrate from http-sfv to http-sf, I have decided to stick with http-sfv. I think its API suits the needs of this library better....
Yes, I agree we should explicitly coerce it to string there. Thanks.