savchenko
savchenko
Perfect.
@henrypp, Would you re-consider this ticket? I recognize your concern regarding monopoly support, however in lieu of circumstances, it is probably safer for end-users to have an application signed with...
@lal12 , could you share some details about your setup / versions of the software used? Have you used the prebuilt binary?..
This bug prevents inclusion in Debian: https://tracker.debian.org/pkg/nomacs The package is ready, however [#1014124](https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1014124) is a blocker.
@novomesk, appreciate your input. Updated the bug report.
If that is of any help, carved out of my old Vim config: ```vim " Insert cut marker (https://stackoverflow.com/a/59291748) function Cut() abort if &textwidth execute "normal! mg" " let l:str...
Try to re-key the slot. PCR 11 extends the kernel image.
1. Make sure you are binding to meaningful set of PCRs, check `sudo tpm2_pcrread` before and after reboot. 2. Do a test bind: `sudo clevis luks bind -d /dev/nvme0n1p3 tpm2...
Thinking about possible implementation, the simplest one might be to label based on the audio channel. Say we have a stereo recording: 1. Recognize L/R separately 2. Label accordingly 3....
Sorry, I have replaced this plugin with a small Lua snippet. Likely to be of no use, but just for context: ```lua { -- Underline error display url = 'https://git.sr.ht/~whynothugo/lsp_lines.nvim',...