mcnesium
mcnesium
### Event Name NixOS meetup Dresden ### Event Website https://www.club-haengemathe.de/2024/10/15/nix-meetup.html ### Event Purpose Gather different parties that are interested in NixOS in Dresden, Germany. Exchange/discuss ideas, build community. ### Event...
IMHO the documentation for the library path option should be improved. By now it [only says](https://github.com/gopasspw/gopass-jsonapi/blob/755e028456248dab3a1ee087e3f41aecd92d6c0a/main.go#L99-L100): > Library path for global installation on linux However, AFAIU this should rather say...
In gopass-jsonapi version 1.15.15, when installing using `--global false` and thus trying to install the manifest file to the local home directory, it should go into somewhere in `~/.mozilla/` (with...
In gopass-jsonapi version 1.15.15, using the `--libpath` option as presented in [`gopass-jsonapi configure --help`](https://github.com/gopasspw/gopass-jsonapi/blob/755e028456248dab3a1ee087e3f41aecd92d6c0a/main.go#L99-L100), does not do anything. It still takes the [default value](https://github.com/gopasspw/gopass-jsonapi/blob/755e028456248dab3a1ee087e3f41aecd92d6c0a/setup.go#L42): gopass-jsonapi configure --browser firefox --global false...
### Event Name Nix Meetup Dresden ### Event Website https://www.club-haengemathe.de/2025/05/13/nix-meetup.html ### Event Purpose Gather different parties that are interested in NixOS in Dresden, Germany. Exchange/discuss ideas, build community. ### Event...
I just tried to rename the leaf of a path deep in a *gopass mount* called `m7an`: mcn@hst ~ gopass mv m7an/www/hostprvdr.de/[email protected] m7an/www/hostprvdr.de/[email protected] What happened, is it created a new...
Please support automatic OTP pasting into the respective form field with `autocomplete="one-time-code"` attribute, see [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Attributes/autocomplete#one-time-code), [WHATWG](https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofilling-form-controls:-the-autocomplete-attribute:attr-fe-autocomplete-one-time-code), [caniuse](https://caniuse.com/mdn-html_elements_form_autocomplete_one-time-code). With every other website enforcing or at least nudging everyone into 2FA, auto-completing...
### Event Name Nix Meetup Dresden 11/25 ### Event Website https://www.club-haengemathe.de/2025/11/04/nix-meetup.html ### Event Purpose Gather different parties that are interested in NixOS in Dresden, Germany. Exchange/discuss ideas, build community. ###...
The popup shows the current TOTP token if the password entry has a phrase stored. Once you click on it, it gets stored in the clipboard to be pasted in...