Krzysztof Nazarewski (kdn)

Results 43 issues of Krzysztof Nazarewski (kdn)

This is a collection of issues I encountered and improvement ideas that came to my mind while working on deploying Nixery backed by GCS into Google Cloud Run # Ideas...

enhancement

closes #33 closes https://github.com/mdellweg/pass_secret_service/issues/34

[current handling of gpg-id](https://github.com/aviau/python-pass/blob/7b633e0034ad409872d45f09e965ffbe9ebb9700/pypass/passwordstore.py#L190) does not allow multiple recipient unlike [pass itself](https://git.zx2c4.com/password-store/tree/src/password-store.sh?h=1.7.4#n105) results in https://github.com/mdellweg/pass_secret_service/issues/34 my `.gpg-id` is: ``` % cat .gpg-id 0xEE8138A849922FE4! 0x1A2FFAA521ABECD3! 0xF7C76D9F5FC281A4! 0xBB8AEFC757E79220! ``` i see in...

it would be useful for drawer to detect default `-wm` value with `XDG_CURRENT_DESKTOP`

**Is your feature request related to a problem? Please describe.** I am trying to configure nwg-shell pieces as a home-manager (Nix) module. In high-level overview it expects a static file...

For some reason this doesn't work with https://github.com/99designs/aws-vault : 1. it stores credentials (can see them in seahorse), but every time it is stored it uses different collection with same...

`pass_secret_service` could support (opt-in) using specific pass binary instead of pypass to prevent issues like #34 and exotic setups. Especially because pypass seems unmaintained (last update 3 years ago)

when saving password i see this in logs, then it results in #25 ``` gpg: 0xEE8138A849922FE4!\n0x1A2FFAA521ABECD3!\n0xF7C76D9F5FC281A4!\n0xBB8AEFC757E79220!: skipped: Invalid user ID gpg: [stdin]: encryption failed: Invalid user ID ``` looks like...

This is a request for integration with [Talos](https://www.talos.dev/) linux, either: - add instructions/documentation - create a Talos system extension https://github.com/siderolabs/extensions I will be researching this myself for my Raspberry Pi...

[Google Cloud Run imposes limit of 32MB requests](https://stackoverflow.com/questions/59209884/cloud-run-request-limit) when using HTTP/1 interfering heavily with Attic uploads. The solution would be to use [pre-signed uploads](https://docs.aws.amazon.com/AmazonS3/latest/userguide/PresignedUrlUploadObject.html) directly to the bucket. It would...