Dustin Lennon
Dustin Lennon
Hey there. I'm really excited about this package, but I've been seeing some unexpected convergence behavior and was hoping this might be a good place to ask for clarity. I'm...
Based on [https://cli.r-lib.org/articles/semantic-cli.html#cli-messages](https://cli.r-lib.org/articles/semantic-cli.html#cli-messages), I would expect `cli_abort`, `cli_warn`, and `cli_inform` to call the handler specified in `cli.default_handler`. However, these particular functions wrap their `rlang` analogues and seemingly wind up on...
The last lines of [apparmor.fact.j2](https://github.com/debops/debops/blob/master/ansible/roles/apparmor/templates/etc/ansible/facts.d/apparmor.fact.j2): ```python output = loads('''{{ { "enabled": apparmor__enabled | d(False) | bool, "grub_enabled" apparmor__manage_grub | d(False) | bool } | to_nice_json }}''') output.append({'installed': (cmd_exists('aa-status') and cmd_exists('aa-teardown'))})...