Tobias Deiminger

Results 14 issues of Tobias Deiminger

This is a less trivial but (arguably) more powerful alternative to #9350. It fixes #8914. For a review, please follow the commit series and messages. **Situation**: Both `reorder_items` and `FixtureDef.execute`...

status: needs information
bot:chronographer:provided

As found in https://github.com/Icinga/icinga2/issues/9280#issuecomment-1076513307, the API response status was sometimes inappropriate. Here we change the status code to - 200, if a filter did not match for any object (formerly...

cla/signed

Currently, pytest attaches its log handlers only to the root logger, and relies on log propagation to catch logs from loggers deeper in the hierarchy. In consequence we miss logs...

Not sure if the following is a bug. Feel free to close immediately if it's "works as designed". We configure passive checks with `enable_active_checks = false`. They will receive check...

[Using namespace packages](https://packaging.python.org/en/latest/guides/creating-and-discovering-plugins/#using-namespace-packages) is not explicit whether it talks about [native](https://packaging.python.org/en/latest/guides/packaging-namespace-packages/#native-namespace-packages) [PEP 420](https://peps.python.org/pep-0420/) namespace packages, or [pkg-style](https://packaging.python.org/en/latest/guides/packaging-namespace-packages/#pkgutil-style-namespace-packages) namespace packages. I tried to apply it for PEP 420 namespace packages and...

type: enhancement
component: guides

docutils allows to target individual list items by [nesting internal hyperlink targets](https://docutils.sourceforge.io/docs/ref/rst/restructuredtext.html#footnote-11) at the end of indented text blocks. pandoc doesn't support it ``` $ pandoc -v | head -n...

bug

StrictDocs custom grammar feature makes it quite versatile. One can not only document requirements, but also design elements, threats from threat modelling, test cases, and so on. I defined a...

Consider this minimal example: ```python from jinja2 import Template inner = Template('{{ first_name }} {{ last_name }}', autoescape=True).render(first_name='John', last_name="Doe") outer = Template('Hello,{{ name }}!', autoescape=True).render(name=inner) print(outer) ``` It results in...

When a vault contained multiple credential sources with different RP IDs, only the most recently added source could successfully be used after import. This is because the `IdentityVault` Import function...

- [x] https://github.com/strictdoc-project/strictdoc/pull/1929 - [x] https://github.com/strictdoc-project/strictdoc/pull/1921 - [x] https://github.com/strictdoc-project/strictdoc/pull/1936 - [x] HTML escaping: Project tree. https://github.com/strictdoc-project/strictdoc/pull/1943 - [x] HTML escaping: add itest: Traceability Matrix screen. https://github.com/strictdoc-project/strictdoc/pull/1943 - [ ] HTML...

Second roadmap