Ricardo B. Marlière
Ricardo B. Marlière
+1 on this. I'm coming from a pure netrw workflow since I started using telescope a lot more and having a different map to an action I'm so used to...
I think it may be broken ever since Elon decided to change X's API tiers. Perhaps keybase was depending on the now defunct free tier.
On 9 Jan 01:29, Alex Edelweiss wrote: > > > I can agree on GPL, I suppose the question becomes v2 or v3. > > > > v3 will protect...
If you have this wrapper script: ``` #!/bin/bash echo $1 | sh -c 'printf "\033]52;c;%s\a" "$(base64)"' ``` and use it with: ``` macro pager \Co " urlscan --run '/path/to/wrapper_script {}'...
I just came across this and can confirm that this solves the issue: ```vim.opt.sessionoptions:append({ "localoptions" })``` Thanks @apaleslimghost
I can confirm this is still an issue. NeoMutt 20231103-135-f9bbd8 Copyright (C) 1996-2022 Michael R. Elkins and others. NeoMutt comes with ABSOLUTELY NO WARRANTY; for details type 'neomutt -vv'. NeoMutt...
With https://github.com/arighi/virtme-ng/pull/277, you can do something like: ```sh vng --clean vng --build make INSTALL_MOD_PATH=$ROOTFS modules_install vng --root $ROOTFS --run . ```
> > Basically, the idea is to add a `--systemd` option argument (that only makes sense currently when in use with `--root`) .... > > This is really neat, I...
Summary of the last changes: - Renamed the custom serial-getty service unit file to `virtme/guest/[email protected]`. That's the name systemd expects and since we pass `SYSTEMD_UNIT_PATH=/run/virtme/guesttools:` to the init, it's gonna...
Thanks for looking into it! I'm gonna clean things up and remove the draft status in a bit :)