Robert Nitsch
Robert Nitsch
Calling `ftpProvider.copyItem(localFile: first.url, to: remotePath, overwrite: true)` fails if the remote file already exists. In FTP, you have to delete existing remote files. Overwriting is not possible. Therefore, the expected...
Cheung et al. [1] define polynomial transforms with the following numbers of terms: - 3 - 4 (not implemented) - 5 - 10 - 20 - 35 (not implemented) I...
Currently, tomighty stores configuration data etc. in %USERPROFILE%/.tomighty (e.g. C:\Users\Robert.tomighty). The proper directory, however, is %APPDATA% (e.g. C:\Users\Robert\AppData\Roaming).
I am running av1an via Docker within WSL2 on Windows 11. For example with this command: docker run --privileged -v "$(pwd):/videos" --user $(id -u):$(id -g) -it --rm masterofzen/av1an:latest -i Parade.mp4...
The tag 'latest' has not been updated for 2 years. It is still running av1an 0.1.0: ``` $ docker run --privileged -v "$(pwd):/videos" --user $(id -u):$(id -g) -it --rm masterofzen/av1an:latest...
The reference docs on the config options does not specify a default value for the `tag` option. Link: https://creativeprojects.github.io/resticprofile/configuration/reference/index.html For example in the `forget` and `retention` sections it just says:...
The 9x6 charuco board generated by MarkerPrinter is different from what OpenCV expects. In particular, the top-left square is white, while OpenCV expects a black square first. This means that...