Petr Bodnár
Petr Bodnár
### Expected behavior JMeter HTTP Cookie Manager should delete a cookie even if a `Comment` attribute is present in the "cookie-deleting" (typically via the attribute `Max-Age: 0`) `Set-Cookie` header. This...
This is de-facto a revert of the pull request "#54 from abolishme/patch-1" (see the discussion there) and follow-up commits, while also clarifying how the original code was possibly meant and...
The ConfirmDialog should follow the "standard" yes/no/cancel dialogs behavior: when one presses Esc or clicks on the close icon in the dialog, the dialog's method **isCancelled() needs to return true**....
Hi, just a small documentation issue: instead of `-d " " -tf "yyyy-MM-dd'T'HH:mm:ss,SSS" -f 1,2` from the README.md, one needs to specify `-d " " -tf "yyyy-MM-ddHH:mm:ss,SSS" -f 1,2` (note...
It looks like one _sometimes_ needs to make another commit to the repository in order to get previously added files as HTML pages, when using the "GitHub Pages" functionality. Otherwise...
See https://packaging.python.org/en/latest/guides/modernize-setup-py-project/#modernize-setup-py-project. This should include getting rid of using MANIFEST.in for manually specifying source distribution (sdist) includes and excludes (see e.g. #253). This can be achieved by using [setuptools-scm](https://pypi.org/project/setuptools-scm), which...