Sebastian Pipping
Sebastian Pipping
Known already: * uriparser * libxspf * OpenVSP So the task is finding more and making a list in the readme or so. May help: https://github.com/search?q=filename%3Acpptest-output.h&type=Code&utf8=%E2%9C%93
Hi! I keep running into cases where `.with_args` needs all arguments passed while I actually only want to check if a certain (magic) value is among them, e.g. to not...
Hi! There seem to be two bugs in the examples. First, this example right off the docs ``` > attr = AttrDict({'foo': [{'bar': 'baz'}, {'bar': 'qux'}]}) > for sub_attr in...
Hi! [libexpat ~2.4.3~ ~2.4.4~ ~2.4.5~ 2.4.6](https://github.com/libexpat/libexpat/releases/tag/R_2_4_6) with **security fixes** has been released, the upstream [change log](https://github.com/libexpat/libexpat/blob/R_2_4_6/expat/Changes) has more details. Thanks for updating! :pray: Best, Sebastian
If you would like to migrate to Python >=3.7 (because all else is [end of life](https://endoflife.date/python)) these two commands may help getting things started: - `sed 's,python2,python3,' -i tests/db/tdb.py` -...
Pull request #616 titles "Bugfixes" contains two bug reports. This new ticket is about the "memory leak" half of it, with the intention of making the issue more easily accessible....
Pull request #616 titles "Bugfixes" contains two bug reports. This new ticket is about the "UAF due to DTD destruction" half of it, with the intention of making the issue...
Fixes #612, variation of #615 CC @thejh @RMJ10