Václav Kubernát
Václav Kubernát
I understand my last comment doesn't really add anything (although it's been a year, and I'm still tracking this issue). I do have other relevant info and that is that...
>This indeed warrants a new option, I’m thinking general.ignore-comment-char. I suspect this is an edge case not many users hit, so I think defaulting to false to maximize backwards compatibility...
I have looked into this a little bit and I don't think I can figure this out on my own: 1) I found the code which removes lines starting with...
Thanks for the quick reply. In the end, I decided that it would be easier for me to just use `Qt::Mqtt`. However, I did understand your explanation and find it...
I'd like to be able to disable some shellcheck warning in my github scripts. Maybe a good solution would be add an option for actionlint that removes `--norc` from the...
The netconf-cli project also provides sysrepo-cli which directly interfaces with sysrepo. Netconf-cli/sysrepo-cli strives to be a generic interface, so it ideally, it shouldn't be needed to write your own cli....
Try the sysrepo version of netconf-cli - sysrepo-cli, it seems that that is what you'll looking for. If it doesn't suit your needs, you can always create an issue and/or...
>What kind of external_script module is this? I have a script that is able to print out available updates. It looks like this: https://github.com/syyyr/home-repo/blob/main/apps/py3status-aur.bash >What does your config look like...
>Is this for external_script out-of-date only? No, it's mainly for `external_script updates`. My usecase: right now, I have an update available for mingw-w64-gettext, but unfortunately it doesn't build. When I...
I tried it, and almost works: `aur-out-of-date` returns each line with a "record separator" character at the beginning, and these are recognized by `.splitlines()`. The result is that `x` contains...