Summer Tea

Results 11 issues of Summer Tea

**Describe the bug** When the ownership of the trash directory is incorrect, `trash-put` hangs indefinitely trying to trash files. **trash-cli version** 0.24.5.26 Originally found in 0.24.4.17; I cloned the latest...

Hello! I’m not really sure where to put this, but I wanted to write it down somewhere in case anyone else comes across this looking for an answer. The Mod-T...

`git range-diff` is used to produce a diff of different versions of patchsets/commits. It includes metadata about the commit(s), and a diff of a diff between them. The following is...

This adds GitHub Actions integration to automatically build (and run tests, should they be added in the future) on Windows, MacOS, and Linux. This will (hopefully) prevent issues like gh-87...

## Description I believe it would be generally useful if PineFlash offered a GUI to assist with flashing a boot logo to a Pinecil. Currently, adding a custom boot logo...

This PR resolves gh-92. If patch 2 is not desired, this PR can either be amended to omit it, or patch 1 can be cherry-picked and merged independently. I recommend...

Since all instances of PineFlash share the same tempfile locations, permission issues can occur if different users run PineFlash sequentially. This is most likely to occur if someone runs PineFlash...

If `pkexec` is missing or cannot be found, PineFlash will panic with the following user-unfriendly error when it tries to prompt for superuser privileges: ``` thread 'main' panicked at src/submodules/flash.rs:196:18:...

Hello! I’ve been loving KeePassium, and would like to propose entry templates. For my personal use case, I would like to store card and identity information in my KeePass database,...

enhancement

When running `make test`, I noticed that it was automatically unsetting `SOPS_AGE_KEY_FILE` and `SOPS_AGE_KEY_COMMAND`; however, many of the tests were failing, as it was attempting to access my `SOPS_AGE_SSH_PRIVATE_KEY_FILE`, which...