Scott Barnes
Scott Barnes
This commit uses the item `identifier` as the book title if the item is lacking a `title` in its metadata. The DASIY spec requires a title: https://daisy.org/activities/standards/daisy/daisy-3/z39-86-2005-r2012-specifications-for-the-digital-talking-book/
### Proposal We could (1) have our unit tests in one spot and (2) run them only once if we run `pytest` with `--doctest-modules` in the `Makefile`'s `test-py` section. This...
### Problem ### A clear and concise description of what you want to happen #6585 adds web books, but we need a way to add web books. To that end,...
### Problem In #9815 it was determined that `BWBCoverBot` is doing a fantastic job and we were wrong to ever doubt it. As such, it is faithfully importing covers, and...
On the theory that the existing lb_policy options are sometimes causing issues with WebSockets in Nomad (and therefore wih the web UI exec functionality), try using `lb_policy ip_hash` so that...
This commit sets `init-demo-0.1/docker_entrypoint.sh`, `network-connectivity-checker-0.1/docker_entrypoint.sh`, and `network-traffic-meter-0.1/entrypoint.sh` to mode `0755` because the containers otherwise crash on start. Note: this only affects people following along locally who are building their own...