Simon Kohlmeyer
Simon Kohlmeyer
Okay I've oriented myself a bit in the code and found an approach. Right now, afaict, the parts that process the options deal with either `Choice` objects or the html...
Yeah folks I think I got it. :man_dancing: Let's see if this is taking the code in a direction that @mtriff is happy with :)
I've just encountered this as well, still trying to make sense of it
Yeah i'm trying to build https://github.com/Nukbutcu/nf-capstone (The project might have other issues, it hasn't been updated in a few months) If I run `npm update` I get another issue, but...
I think this is this problem https://github.com/BurntSushi/ripgrep/issues/2505
This seems to fix it for me: `nnoremap fg lua require("telescope.builtin").live_grep({ additional_args = { "-j1" }})`
##### Password not present `test get` -> `err, org.freedesktop.Secret.Error.IsLocked` dbus-monitor ``` method call time=1681677329.681767 sender=:1.234 -> destination=org.freedesktop.DBus serial=1 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=Hello method return time=1681677329.681795 sender=org.freedesktop.DBus -> destination=:1.234 serial=1 reply_serial=1 string...
##### Password present `./test get` -> `err, org.freedesktop.Secret.Error.IsLocked` dbus-monitor ``` method call time=1681677824.223147 sender=:1.237 -> destination=org.freedesktop.DBus serial=1 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=Hello method return time=1681677824.223292 sender=org.freedesktop.DBus -> destination=:1.237 serial=1 reply_serial=1 string ":1.237"...
I'm not sure, but I assume that either keepassxc or go-keyring aren't fully compliant with the spec. If someone has time, they could read into it and look at the...
I have a feeling that nobody here knows enough about the spec, maybe we could ask this in a forum or reddit or twitter bubble where there is a chance...