faust
faust
So I can confirm that testinfra (3.4.0) test now passes with those services: ```python assert host.service("postfix").is_enabled assert host.service("mariadb").is_enabled assert host.service("nftables").is_enabled assert host.service("ntp").is_enabled assert host.service("rsync").is_enabled assert host.service("ssh").is_enabled assert host.service("zabbix-agent").is_enabled ```
Thanks! I'll take a look at your dotfiles.
> @fauust I presume you found `man mako` but did you find `man 5 mako`? Of course and I really like that all these projects use extensively man for documentation!...
Why not but this information is already in the man pages so this could be redundant (and thus not easy to maintain)... That's why I am more in favor of...
> 1. a "community-maintained" suggested default config (which we now already have in the wiki), or I didn't saw [this update](https://github.com/emersion/mako/wiki/Example-configuration) on the wiki, so this is perfectly sufficient IMO,...
So, when I opened this issue I was migrating from i3/rofi/dunst, `[global]` comes from dunst so it is maybe just me :) But having a very basic config example would...
Hi, why don't you use a `./lab.hcl` file for every project (and ignore it with `.gitignore`)?
@neilalexander the file is not a symlink upstream, see bellow: ```console ❯ git clone https://github.com/yggdrasil-network/yggdrasil-go ❯ cd yggdrasil-go ❯ stat Dockerfile File: Dockerfile Size: 26 Blocks: 8 IO Block: 4096...
Hi, I have only tested on yaml export, the following works on Zabbix 5.4.7: ```console sed 's/alias/username/g' -i zabbix-export.py ``` Off course this renders the script incompatible with previous Zabbix...
Is it why the sxiv window is not focused automatically when opened? (using sway 1.6) Great tool BTW!