Felix Fontein
Felix Fontein
Is there actually *any* interest in contributions to this repository? If not, maybe that should be explicitly mentioned... https://github.com/github/markup/blob/master/CONTRIBUTING.md seemed to indicate to me that contributions are wanted...
A specific issue for INI quoting: #1597.
A relevant PR: #752.
The problem with DotEnv and INI is that there is no standardized file format of that name, and everyone has slightly different assumptions on how the format is defined. (This...
The workflow is still failing, this time because of `docker rmi $(docker image ls -aq)` as `docker image ls -aq` returns nothing, and `docker rmi` with no futher parameters fails....
Yep, `docker image prune` also works. (For reference, the PR is here: #1928.)
CC @sistason, this could be related to #8188.
One question is whether the module actually needs fixing. I understand "Determine if machine needs a reboot to apply current changes." that it will inform you whether the changes made...
`reboot` is not a valid state name (it would be an action, but that's not what you mean). Having an `_info` module for querying whether a reboot is needed is...
No, why? It works as documented (though maybe the documentation can be improved to make clearer what exactly it does).