Vinay Sajip

Results 29 comments of Vinay Sajip

FYI I was able to build `acmetool` locally using [Christian Pointner's repository](https://github.com/equinox0815/acmetool) as mentioned above - thanks to @jwkohnen for the pointer. Of course it's not an official release, which...

I ran the tests locally and they gave the same results with and without this change (some xfails) but I didn't specifically check with all plugins in plugins.getnikola.com. I came...

> I don’t like the approach of mutating the meta dictionary in a signal. Perhaps a MetadataExtractor plugin would suit your needs better? I looked at that approach first. For...

> In any case, this should be documented in at least extending.rst If this functionality is going to be merged, I will happily update the documentation to cover it.

The encoding of dicts happens via iteration AFAIK, so is this a case where @msabramo, @boriza the code in question explicitly tries to encode the result of `some_dict.keys()`, rather than...

Here's another example of what looks like a problem. The following script: ``` let doc = """ A test program Usage: test [CONFIG] Options: CONFIG Path to configuration file """...

Hmmm, can't see anything obviously wrong. It might be worth turning on logging for the `gnupg` logger and seeing what that shows. Do you get the same result if you...

It shouldn't matter, but ... wait, I'm talking about using `verify()`, not `sign()`.

Thought about it some more ... when verifying a detached signature, two things are needed: the signature data and the signed data. The signature is in `signed_commit.data`, but the data...

Not sure if related, but I get a line with `sys.exit()` reported as not covered when I'm pretty sure it is executed - this is with `coverage` 6.4.4. See the...