Hugh McMaster
Hugh McMaster
In cases where English is the only language specified when converting markdown to HTML, would it be possible to not install the lunr-language files as assets? I've got several projects...
Debian is taking steps to remove `xml2-config` in the current development cycle. ModSecurity uses `xml2-config` to find the libxml2 include paths and linker flags. This patch uses `pkg-config` to find...
This git repository is missing tags defining the source version. This makes me wonder how the master branch relates to previous versions of shotdetect, say version 1.0.86? I'd like to...
I've been testing media list events and found that `MediaListEndReached` is never triggered. `MediaListItemAdded` and `MediaListItemDeleted` are triggered correctly, however. To demonstrate the bug, here is a working example. Can...
Given you don't have time to update and maintain `loudgain`, how can we help? > I’d be happy if someone really knowledgeable could help, ideally someone who could explain: >...
This patch adds a preprocessor #define to ensure we only call the deprecated function av_register_all() when working with versions of libavformat older than 58.9.100. The function av_register_all() was removed in...
This manual page uses the \' groff sequence to print acute accents, when you actually just need to print apostrophes. Signed-off-by: Hugh McMaster
Debian and similar distributions, such as Ubuntu, are taking steps to remove `libxml2-config`, so use `pkg-config` to find the libxml2 headers and libraries.
`test` only uses a single `=` for equality testing, so update configure.in to ensure POSIX compatibility.
cpm fails to build from source in GCC 10 and higher due to multiple declaration errors.