barsnick
barsnick
#### Bug description: If I build tsduck with ```NOCURL=true```, the "```make install```" step cannot create the ```tsduck.pc``` pkgconfig file, due to an sed syntax error. #### How to reproduce: ~~~...
#### Bug description: If I build with ```NOEDITLINE=true```, the libedit dependency is not removed from the ```tsduck.pc``` pkgconfig file. #### How to reproduce: ~~~ make install DESTDIR=/mybuildinstallroot INSTALL="/usr/bin/install -p" install-devel...
This is similar to comment https://github.com/mpartel/bindfs/issues/5#issuecomment-28055790 of issue #5, except that my kernel is new enough. I'm have an old system with glibc 2.9 and kernel 2.6.27 (*cough*). utimensat() is...
Please include support for HTTP basic access authentication. The protocol OCPP (Open Charge Point Protocol, by the Open Charge Alliance) uses websockets for the transport layer. In the protocol's amendment...
Closes https://github.com/yt-dlp/yt-dlp/issues/4076 Authored by: barsnick **IMPORTANT**: PRs without the template will be CLOSED ### Description of your *pull request* and other information Add extractor for Danish Radio4. Fixes https://github.com/yt-dlp/yt-dlp/issues/4076 Template...
Fixes https://github.com/yt-dlp/yt-dlp/issues/9003 **IMPORTANT**: PRs without the template will be CLOSED ### Description of your *pull request* and other information This extracts subtitles from LinkedIn posts, where available. From the parsed...
When playing music with the official Google YouTube Music app (with a standard Google account, not paying for YouTube), I get duplicate and triple scrobbles to last.fm.  **Steps to...
colortail self-documents the ```-h``` option, but doesn't implement it correctly: ``` $ colortail -h colortail: invalid option -- ? Try 'colortail --help' for more information. ``` I'm too lazy to...
### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE - [X] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field ### Checklist -...
When building from a tarball, pre-created man pages are preset. Yet `make clean` clobbers them, leaving their target directory intact. Therefore, the next configure call will try to build man...