Max Verevkin

Results 300 comments of Max Verevkin

> How do you tell cspell to ignore words? Edit `cspell.yaml`

> > > How do you tell cspell to ignore words? > > > > > > Edit `cspell.yaml` > > Wait - cspell spellchecks not only the docs, but...

@jkorinth I've pushed a commit simplifying some stuff, can you review and test it?

Huh, this must be because we special-case vpn interfaces to always report "up", which was the case since the initial vpn support (#350)... https://github.com/greshake/i3status-rust/blob/2186e7bd32282af5fa54522e52ec9faa7f4fffae/src/netlink.rs#L103-L108

The docs already mention #274 and #668 and advise to use a higher update interval. Is your issue related? In any case, improving the docs is always welcomed. > but...

With #1758 this could be a singe block: ```toml [[block]] block = "net" device = "^(wlo1|eno2)$" format = " $speed_down:$graph_down:down $speed_up:$graph_up:up " format_alt = " $device {$ip|$ipv6} " missing_format =...

> And if its not active the block would fail. It doesn't fail. It displays `error_format` and it retries again after `error_interval` seconds.

> ```toml > [[block]] > block = "docker" > format = "docker daemon not running" > if_command = "test ! -e /var/run/docker.sock" # check if docker is still NOT running...