Results 3 issues of borwickatuw

Hello! In reviewing the "[Archivist's PDF Cabinet of Horrors](https://github.com/openpreserve/format-corpus/tree/master/pdfCabinetOfHorrors)" vs pdfrw, I've found two cases where pdfrw seems to silently drop content when concatenating PDFs: Case 1: PDF portfolio. This...

FYI when using `django-reversion` along with [HashidAutoField from django-hashid-field](https://github.com/nshafer/django-hashid-field), I observed that the Hashid values are case-sensitive but the default MySQL column for `reversion_version` is case-insensitive. This can show up...

I found the bell to be extremely loud. In case this helps anyone, this makes the .wav files 40 dB quieter using ``` ffmpeg -i tick.wav -filter:a "volume=-40dB" tick_quiet.wav ffmpeg...