Louis Dion-Marcil

Results 6 comments of Louis Dion-Marcil

I personally changed the first line of the `configure` function to: ``` bash ifaces=($(ifconfig -a | grep mtu |awk {'print substr($1,1,length($1)-1)'} | grep -v lo)) ``` and the script ran...

I'll watch out for that. Have you defined a set of different IRCds to test against?

How should we deal with the possibility that clients do not respond to CTCPs? Example use case: - ircsnapshot joins #foobar - ircsnapshot sends a CTCP VERSION request to admin1...

Same here, Keybase UI hasn't worked in months now on Windows 10. Tried reinstalling, didn't work. Can't figure out why...

Hi @Samueru-sama, for your use case you should use `override_dbus_timeout`. Just tested with a chrome-produced notification and it works, when `timeout` didn't.

Note that on some distros, like Arch, `run_keybase` will launch the GUI through systemd, so you need to modify the `keybase.gui.service` user unit file in order to add scaling parameters....