Hiroyuki Tanaka

Results 14 comments of Hiroyuki Tanaka

@hugovk I noticed in the original `add_autoindex` pull request (#106) you pushed for automatically using the existing alignment values instead of having the user be able to set them specifically...

Hi, I'm willing to give this one another attempt. @hugovk, what do you think the correct behavior should be. I think that `header_align` should take precedence if both `header_align` and...

Good catch, I should have seen that. I suppose I could edit the `@property` method for `rows` to be something like `return [row.data[:] for row in self._rows]`. That seems to...

@hadrielk yeah, sorting with `end_section` would probably be break the utility of the sections in most cases, but I can think of some cases where it might still be something...

Thanks for the quick review. Let me know if there's anything else you want me to change.

@hadrielk This doesn't currently work for HTML or Latex outputs, but the plan was to add that functionality in the future. I wanted to submit a pull request for the...

Great, I've always really liked the core idea behind the Jazzband project. Although it might be a bit embarrasing to admit as the person who originally suggested joining Jazzband, I'm...

This library implements RSA according to PKCS#1, which does not include BLAKE2. A case could be made to add support if BLAKE2 is frequently used with RSA in practice. However,...

Python-RSA seems to have gained some new key-reading functions since the issue was last updated. Specifically, the `load_pkcs1_openssl_pem` function would address the problem mentioned here. The code you've shared can...

This issue has been addressed: 1. The documentation was updated to reflect the correct return type/value of `rsa.verify` 2. The examples work out of the box since the message is...