Michel Blanc
Michel Blanc
Removed 3 '\n' occurences in logging ### Description: Some '\n' were included in log messages. ### Checklist: * [x] Does your PR pass tests? * [ ] Have you written...
When parsing an email having a `Content-Type` and boundary, the old boundary value is still returned by the `Email` instance even though the call to Bytes() generates a new one....
The current naming scheme for released binaries is not predictable (architecture is not always present in the binary name). Would it be possible to have a more consistent naming scheme...
Example for docker-slim. This spec installs both binaries but `docker-slim-sensor` will be installed at `~/.binenv/binaries/docker-slim/X.Y.Z`. ``` install: type: tgz binaries: - docker-slim - docker-slim-sensor ``` Another argument (see #171) to...
Windows support is quite some work (.exe everywhere, no real symlinks, no executable replacing, different compression format for many distributions...) for a non-existent user base. We are not willing to...
We should be able to mask some versions. If a distribution changes it's naming scheme, we might want to have 2 distributions defined with the proper templates. In this case...
Set aside chapter 13 in writing branch (https://github.com/leucos/ansible-tuto/tree/writing/step-13). Make chapter 13 about tags, as suggested in #58 How to apply tags to tasks How to apply tags to a whole...
As suggested in #58, write a chapter about custom plugins. For instance, write a custom plugin to take a node in and out from haproxy. This would also demonstrate delegation.