deadc0de

Results 8 issues of deadc0de

Hello, I encountered the following bug when using pet with `pet sync` version: `pet version 0.4.0` It is reproductible ``` github.com/knqyf263/pet/sync.GitLabClient.GetSnippet({0xc000111c00, 0x96547d}) /home/runner/work/pet/pet/sync/gitlab.go:104 +0x146 github.com/knqyf263/pet/sync.AutoSync({0xc000028360, 0x24}) /home/runner/work/pet/pet/sync/sync.go:33 +0x5f github.com/knqyf263/pet/cmd.sync(0xcf7b40, {0x94cc0b,...

Does gopass support the creation/management of password entries for a subset of the recipients. As I can see the list of recipients is displayed when creating a new entry however...

### Summary I am missing one recipient's public key in my gopass setup. I guess I always did but maybe due to the recent update, it suddently refused to encrypt...

bug

This fixes below error occurring when no motion video is available in the time frame provided to `get_motion_files` ``` File "/home/xux/.local/lib/python3.7/site-packages/reolinkapi/mixins/motion.py", line 49, in get_motion_files result = resp['value']['SearchResult'] KeyError: 'value'...

## Describe the bug When using Pass-for-macOS, the list of passwords is working but once I select a password, it is not copied to the clipboard. Thanks for your help!...

bug

fix #431 The issue lies in the fact we do not ignore directories when there is any negative ignore pattern defined. This is to force the caller to enter the...

Improve linting and add type checking * [ ] add mypy `--strict` * [ ] add pytype * [ ] replace pyflakes with flake8

migrate to PEP517 see * #398 * *