Simon Richter

Results 17 issues of Simon Richter

I have a bunch of videos saved to playlists, which gives me a different page layout, so the extension does no longer work. It'd be great if the alternate layout...

feature

When resuming a transfer from a `--partial` file, the rsync algorithm is used for the entirety of the file. For the part already transferred, that is a reasonable speedup, but...

I would like to verify that a program fails with a specific error message when presented with specific input. The obvious solution would be to wrap program execution in another...

test targets

Trivial change: install header files to the include path with standard "make install".

It looks as if the preferences dialog would be capable of scanning `/usr/share/fonts` recursively, and finding the fonts in a distribution package (e.g. below `/usr/share/fonts/truetype/dejavu`), however if `/usr/share/ngscopeclient/fonts` does not...

portability
packaging

If `libhidapi-dev` is not installed, CMake configures the source tree, then the build fails with a missing include file.

bug
build
probably-fixed

I have a few processing pipelines, where I currently ingest files using ``` rsync remote:/incoming ./ & rsync=$! while kill -0 $rsync; do sleep 20; ls | xargs -P`nproc` -n1...