Marc Sladek
Marc Sladek
For linux/bash I'm achieving this in a wrapper function by trapping an xclip on `SIGUSR1` and killing the process 30s later: ``` function enpasscli-copy-primary() { enpasscli -clipboardPrimary copy "$@" \...
would love to see this PR reviewed & merged @jimsalterjrs if time allows for it
@0xFelix sadly merge conflicts have creeped in again due to lots getting merged except this... I still rely on this PR in order to be able to use syncoid at...
How do I get at generic types like `DataTableItem`, `ItemSlotBase` and `ItemKeySlot` needed for [cell-props](https://vuetifyjs.com/en/api/v-data-table/#props-cell-props) or [row-props](https://vuetifyjs.com/en/api/v-data-table/#props-row-props) as a workaround?
The PIN works differently in the GUI app, there the vault is kept open in memory. enpass-cli instead writes the encrypted derived database key to (ram)disk (see #110 for more...
@atakantepe instead of just closing the issue, can you reference any of those "significant changes" and "upcoming plans"?
@konstruktoid I've added a variable to make sure it isn't accidentality configured.
@konstruktoid the patch is applied, sorry for hiatus
It’s already mainlined in Linux [r8152.c](https://github.com/torvalds/linux/blob/master/drivers/net/usb/r8152.c), currently at version v1.12.13. This DKMS package provides Realtek’s newer v2.20.1 code, which includes additional device IDs and fixes not yet merged upstream.
Unlikely. Realtek maintains the v2 branch separately and only occasionally submits selected patches upstream. The kernel’s r8152 evolves through the netdev maintainers once Realtek provides reviewed changes, not by merging...