Johannes Baiter
Johannes Baiter
The user should be notified by an (optional) push notification if the manifest has been generated.
Currently the app will always generate a proxy Image API `info.json` and reference that in the manifest for the page image. In cases where there is only a single image...
Since the original Python bindings are not working anymore and are unlikely to be fixed/maintained in the future, I created new high-level bindings using Cython. The module is compatible with...
Seeing that Cantaloupe's Ruby scripting support is based on the JSR223 APIs, would there be interest in adding support for more scripting languages? I have a working prototype with JavaScript...
This admittedly huge changeset refactors the way the correct language value for a given property value is determined. A recent change in the Manifesto library made it possible to pass...
``` $ ocr-transform hocr alto2.1 in.html out.xml Error SXXP0005: The source document is in namespace http://www.w3.org/1999/xhtml, but all the template rules match elements in no namespace (Use --suppressXsltNamespaceCheck:on to avoid...
Currently the IIIFv3 specification makes no mention of the ["Physical Dimensions Service"](https://iiif.io/api/annex/services/#physical-dimensions) that was introduced in IIIFv2. Most importantly it's missing a `type` entry in the table in section ["3.3.1...
While implementing the Authentication API, I stumbled on two issues with internationalized messages: 1. **Multi-lingual/Multi-valued labels/headers/descriptions** Currently the specification does not explicitely mention that these fields can be multi-lingual and...
Many Ryzen-based mobile CPUs have the same throttling problem that `throttled` is solving for Intel CPUs. There is a command-line utility (https://github.com/FlyGoat/RyzenAdj) to adjust the power and temperature limits for...
This is with pygit2 version 0.24.0. ``` $ git init Initialized empty Git repository in /tmp/minimal/.git/ $ touch foo $ git add foo $ git commit -am "First commit" [master...