Nick Gaya
Nick Gaya
The [`com.amazon.sqs.javamessaging.acknowledge.AcknowledgeMode`](https://github.com/awslabs/amazon-sqs-java-messaging-lib/blob/master/src/main/java/com/amazon/sqs/javamessaging/acknowledge/AcknowledgeMode.java) has a private `originalAcknowledgeMode` field. Enum members are global singletons, so having a mutable private field in this case makes no sense. Demonstration of the issue: ``` final...
See issue for background. Fixes gh-379
Running nosetests with the `--cover-min-percentage` flag on a skeleton package with only an \_\_init\_\_.py file fails because the coverage output does not include a total line. ``` $ python setup.py...
The current [SCEP spec](https://www.ietf.org/id/draft-gutmann-scep-06.txt) section 4.7.1 states that the response to a `GetNextCACert` request should be Signed-Data CMS message signed by the current CA certificate key, whose contents are a...
I computed this hash by downloading the 2.8.24 release. However, only @antirez can truly verify the correctness of this hash. Fixes #3.