Klaus Zerwes

Results 63 comments of Klaus Zerwes

like #116 but preserves the compatibility with debian 10

@dkim1970 : yes, merging should not be that big issue in this case. We use our branch https://github.com/Rosa-Luxemburgstiftung-Berlin/pdns-ansible/tree/rls while waiting for this to be fixed ...

PR #118 with a fix is waiting since more then a year for a merge ... one could call it a unmaintained repo ... :-1:

even more confusing ... if you set multiple tags, the last one is NOT shortened in case it is empty https://gist.github.com/zerwes/356a8cc901ac315c9b04841ea63a3b8c a configurable consistent behavior would be desirable (no need...

minimal own implementation would look like ```python def strtobool(val): val = val.lower() if val in ("y", "yes", "t", "true", "on", "1"): return 1 elif val in ("n", "no", "f", "false",...

release 0.5.6 including the fixes from pr #70 has been released

Hello @grst Sounds similar to #68 ... Well, I can understand the need for this, but I have to admit: I simply don’t have the time for it at the...

Hello @adehad > I think we can add a test similar to your example in the description in a file like `tests/resources/test_comment.py` do you mean something like ```diff diff --git...

here we go: 37d7247c570ff48610dec6a7911ad61398558735 I preferred to use a own fct. w/ issue and comment to keep things clearly separated ... if you think this is to heavy, let me...