Frank Sachsenheim
Frank Sachsenheim
this is another addition i have been using. like with #6, the downloading needs to be possible via the machine where Ansible is executed.
this commit achieves two things: - it only downloads loki when the installed version is not the expected one - it handles everything on the target host it's quiet a...
@nramesh25, it took some time. i amended this with regards to #57. it'd be great if you found the time to have a look.
`black` has command line options that make sense to be configured for the plugin, also / especially on a project level, like the skipping of string normalization and Python 3.6...
is there a way to derive a `Protocol` based type from another class, so all attributes and their type annotations are declared, but may be overriden in the class body....
the README's variables table contains outdated links to the demo site repo, e.g. for `prometheus_targes` it should rather be https://github.com/cloudalchemy/demo-site/blob/64155c8d0fbf24c55a80dae65db7fed650afe848/group_vars/all/vars#L11 but since this affects various and the README itself is...
**What is missing?** a preflight-check for `curl` on the deployer machine **Why do we need it?** users are pointed to the cause of a failure explicitly **Is it important?** not...
as I'm currently running tests, i found a non-working one in `test_autocomplete_lineedit.py`. i then stumbled across quiet a mess of commits by @jo-tud. can you please rebase your commits into...
the introduction of classes for Context, Project, Priority and maybe Due and Threshold would simplify querying and manipulating of a Task in the current code and requested features. there would...