shimunn
shimunn
Currently acme-lib stores all certificates in lowercase form, which means `Account::certificate` will always return None if called with an domain name containing any uppercase characters. This fix will change `FilePersist`...
Addresses #43 @MkfsSion would you mind testing this, as I don't have an PIN protected key around atm. Usage should be as follows: ``` fido2luks open /dev/nvme1n1p1 --pin --password-helper 'bash...
Possible fix for #41 but on the 0.3 branch since PIN support is much better there anyways
Hi, I've just ran into an issue with autocfg when trying to use `zbus` which depends on `autocfg` in my project. I'm developing on NixOS which has an bit of...
When using age-trezor with many encrypted files entering the an passphrase for every single file becomes quite cumbersome. Therfore it'd be nice to be able to create an session file...
### Contact Details _No response_ ### Version 5.6.6 ### Description The `check_time` does not seem to have an effect, the code only works if the system time is rewound(to make...
## Motivation Added support to build [Tauri](https://tauri.app/) apps using `cargo tauri` via `buildTauriPackage` ## Checklist - [ ] added tests to verify new behavior - [x] added an example template...
### Contribution description * Implemented an SPI driver(without dma so far) for the STM32U5 series, defined the APB3 clock divider as a requisite for SPI. * The `spc.c` file was...
Addresses #72 Adds an extra optional flag to `attic push`: `--filter ` which can be used like so: ```bash attic push /run/current-system/ --filter '^((steam|appimage)-run|(nvidia|rust).*)$' ``` Which would push the whole...
Hi, I think I would be neat to be able to exclude certain derivations e.g. those which aren't meant to be substituted anyway(no sure if thats already the case) or...