Konstantin Ryabitsev
Konstantin Ryabitsev
Thank you for the workaround. I can confirm that setting `change_encryption: 'gpg'` fixes the problem. On a side note, looks like `eyaml recrypt` has been broken for gpg for over...
For pleroma, things mostly work just fine out of the box. The only thing I notice is that I have to manually execute ":newer" to get updates -- it never...
My other suggestion is perhaps including an optional "key hash" that can be something as simple as `gpg --with-colons --list-sigs KEYID | sha1sum`. This way the consumer can compare if...
There are 2 ways to go about it: 1. preserve the keylist from the previous run and compare key_hash values between runs, or 2. calculate key_hash on its own, since...
(This is similar to how [grokmirror](https://github.com/mricon/grokmirror) works -- it preserves the manifest between runs and performs comparison based on similarly-generated git repository "fingerprints". Another upside of preserving the keylist from...
We should actually force locale to C for a number of reasons -- partly because of the way we filter fsck messages. I will add this to 1.1.1
As in, you want to do multiple backends -- some account data coming from ldap, some coming from db, some coming from files?
Sorry, this is not currently possible -- there is no support for backend failover. Implementing it securely will be a challenge, which is why it wasn't done yet.
This would be tricky in many ways, due to the way references and symlinks work. I can see how this feature would be useful, but it's a non-trivial change.
There isn't really a straightforward mechanism to "build" manpages with pyproject.toml. I'm happy if someone can show me the best approach.