Thomas McWork
Thomas McWork
- it's common to print the cli `argument`s after the `option`s (on some OS it's even mandatory to adhere to this rule) - I added an optional parameter to the...
https://github.com/openstack/bashate
I'm trying to translate a docx-file. The service is starting properly and taking quite some time. After it has finished, it's not possible to download the resulting file. This is...
Regarding images on Docker Hub: Currently, there are only two floating tags: `main` and `latest`. For reproducibility, it would be great to reflect [the version tags of this repository](https://github.com/LibreTranslate/LibreTranslate/tags).
I get this stack trace: Traceback (most recent call last): File "/home/thomas/.local/bin/pimport", line 8, in sys.exit(main()) File "/home/thomas/.local/lib/python3.8/site-packages/pass_import/__main__.py", line 430, in main data = pass_import(conf, cls_import) File "/home/thomas/.local/lib/python3.8/site-packages/pass_import/__main__.py", line 342,...
As bats is used for testing, it would be great to have a wider range of linux distributions available out of the box. Currently the bats image is based on...
Hello team and users, while ripping my collection I've created a script to rip my CDs with almost no manual attention by me. I thought this might be interesting for...
Hello community, based on [a thread on reddit](https://www.reddit.com/r/NextCloud/comments/cluzks/curated_list_of_linux_desktop_apps/) I'd like to submit this revised list of OpenSource clients that integrate in any way with the Nextcloud server. I think this...
… by removing the hard coded SSH option to bypass `StrictHostKeyChecking` and the `UserKnownHostsFile`. Closes #104
Currently, the per-user directory is hardcoded to `~/.rsync_tmbackup/`. This issue calls for using location specified by $XDG_CONFIG_HOME instead. [freedesktop spec](https://www.freedesktop.org/wiki/Specifications/config-spec/) and [basedir-spec ](https://specifications.freedesktop.org/basedir-spec/basedir-spec-0.6.html) Here's a preview : > $XDG_CONFIG_HOME defines...