Peter Winckles
Peter Winckles
Traceur produces a NoSuchFieldError exception on retry(). I'm using RxJava 2.2.1 I haven't tried older versions. Here's the code to reproduce the issue: ```java Traceur.enableLogging(); Single.defer(() -> { return Single.error(new...
It would be nice to have an option to disable the spinner similar to how colors can be disabled. The spinner produces output like the following in some environments: ```...
First, thanks for writing this crate! I tried it after being disappointed with the get object performance in `rusoto`, and your implementation is significantly faster*. **Is your feature request related...
Currently, jhove allows users to specify local overrides for schema files through configuration params like: ``` schema=http://dublincore.org/schemas/xmls/simpledc20021212.xsd;/path/to/local/simpledc20021212.xsd ``` However, it would be nice to be able to specify a URL...
XmlModuleHandler does not correctly resolve relative entities in `resolveEntity()`. This problem can be easily fixed by setting the `systemId` on the returned `InputSource`. The following is a test case that...
Maven central shows two 1.24 versions, 1.24.2 and 1.24.9, released in April 2020 and April 2021 respectively. Whereas this repository has two tagged 1.24 versions, 1.24.1 and 1.24.2, tagged both...
The AES output that JHOVE currently generates does not conform to the AES57-2011 spec. The schema can be found [here](https://www.loc.gov/standards/amdvmd/audiovideoMDschemas.html). This commit updates JHOVE to produce a valid AES57-2011 document....
I recently discovered that the [BagIt 1.0 specification](https://datatracker.ietf.org/doc/html/rfc8493#section-2.1.3) requires that `CR`, `LF`, and `%` in file paths within manifest files are percent-encoded, and that there isn't a single BagIt implementation...
The spec states: > The name of the checksum algorithm MUST be normalized for use in the manifest's filename by lowercasing the common name of the algorithm and removing all...
I recently discovered that the [BagIt 1.0 specification](https://datatracker.ietf.org/doc/html/rfc8493#section-2.1.3) requires that `CR`, `LF`, and `%` in file paths within manifest files are percent-encoded, and that there isn't a single BagIt implementation...