Ronan Pigott

Results 112 comments of Ronan Pigott

I mean I still don't think it's a good change. The commit message is wrong and it does not fix the issue it claims. It differs from the behavior of...

> A typical usecase of this is that we route everything below foobar.com to "Foobar" company VPN, but everything above to real internet DNS servers. I'm aware. I use sd-resolved...

The quoted output doesn't match the command you wrote. It seems like 149.154.159.92 works and 162.252.172.57 does not. Looks like everything is working as intended here. We could probably stand...

It says in the "Current DNS Server" field which will be queried. It will only switch in case of a failure, but you can use the usual methods (e.g. `systemctl...

Your VPN software should do that, most likely with the resolvconf "-x" flag. The resolvconf compat maps this to a 0-label route-only domain `~.` in sd-resolved. E.g. `wg-quick` does `resolvconf...

I also get a 10s delay "waiting for network" when starting steam. I'm using Arch Linux, sd-networkd+iwd, and do not have NetworkManager installed. This pattern of dbus calls when starting...

So it would seem the delay is just the steam client waiting for NM, and not the performance of any network check :/.

I like to provide completions for the layouts/models/options, etc. but not sure there's a good way without parsing xkbcli output with yq or something. I don't particularly mind doing that,...

Added some PoC RMLVO completers in the second commit, using yq.

The options RMLVO completer isn't working perfectly, as the group names don't always match the options prefixes: ``` $ XKB_DEFAULT_OPTIONS= altwin -- Alt and Win behavior caps -- Caps Lock...