Frank Sachsenheim
Frank Sachsenheim
if i'm not misinterpreting the code [here](https://github.com/svanoort/pyresttest/blob/d6985d4a90468025ab4f7ad5d002ec009eef9897/pyresttest/resttest.py#L858) and [here](https://github.com/svanoort/pyresttest/blob/d6985d4a90468025ab4f7ad5d002ec009eef9897/pyresttest/resttest.py#L735), pyresttest returns the number of failed tests as exit code. this is not posix-compliant where each exit code has a distinct...
sorry that this landed in one commit since i don't know which part you'd interesting. the main purpose is to consider the state of possible detail elements that contain a...
This allows to use this role in conjunction with nginx specific roles. Hence, one doesn't need to use the proposed encryption protocols, cypher suites and any other non-application specific web...
please see the provided docs section and commit messages for details. i hope that wraps it all up.
ciao, i glanced over your blog post about this project. and since time has passed, i wondered whether you are aware of https://github.com/Textualize/textual which is an option for GUIs as...
I found this information useful to make use of this module. And I still wish it was included in the `community.general` collection. Could you need help in this endeavour?
i noticed that the various repositories concerning the CFF are using a diversity of Github topics as tags. alone withing this namespace there's no consistency. this makes it more difficult...
### Describe the bug **context** I added `myst-nb` to an existing documentation that includes a `.ipynb` file and invoke `make html`. **expectation** A neat result. **bug** But instead 🐛`UnboundLocalError`🐛 happens...
assuming that a documented docstring contains a hyperlink in this form: ```py def foo(): """ See this_ for more. .. _this: https://this.net """ ``` the build doesn't find that target:...
hello, i'm trying to port an existing Sphinx-powered documentation to use this theme and i'm hitting some problems. therefore i set up a fresh Sphinx project for fiddling around, but...