Alan Bacon
Alan Bacon
function that can request multiple DNS challenges, wait for those challenges to propagate the DNS system then request new certificates. See renew.py for more explanation.
Thank you for contributing to sewer. Every contribution to sewer is important to us. You may not know it, but you have just contributed to making the world a more...
There is a certain feature I wanted to make a PR for, but the feature only works over HTTP, and not with the XML interface. Can you see a problem...
Editable segments now show and move correctly. There was an issue when dragging that the new pixel position was derived by converting from the dragged pixel position into a time...
(includes PR:1, can be merged instead of PR:1) The passed in list will be checked for correctness, unpacked and appended to the orginal command From updated readme: --- Pass in...
From updated readme: --- To get the results (separated by newlines) as a list: >>> b = bash('ls . ').results() ['bash.pyc', 'tests.pyc'] or use the iterator directly:: >>> b =...
The new release of this library is throwing the following error on my ansible vault files: ``` /home/app/node_modules/ansible-vault/src/index.js:165 if (Buffer.compare(hmacComp, hmac) !== 0) throw new Error('Integrity check failed') ^ Error:...
Underline tags in docx files are missed. The offending lines are parse.py:88 and parse.py:31 on commit 833e658. The master branch treats the underline tag as having only two possible states,...
Whether something is underlined is not a binary option - there are many types of underlining. These types have been added to the code base. The result of the parser...