Manuel Reinhardt
Manuel Reinhardt
``` >>> import harvest >>> client = harvest.Harvest(...) >>> client.tasks() >>> res = client.tasks() >>> res.text 'HTTP GET requests with a body are not accepted.' ``` Python 3.8.9 on linux...
When doing `./batou deploy production` on [webwork.deployment](https://gitlab.flyingcircus.io/customer-deployments/webwork.deployment) I briefly got this error, but it went away on the next try (so, low priority): ``` ERROR: Unexpected exception Traceback (most recent...
Ran `2to3`, added manual tweaks, ran `black`, ran `isort`
You can test this on the [demo page](http://plone.github.io/mockup/pat/livesearch/search). Type something like "news" in the live search input and press enter. You get a 404 - it tries to load [a...
When creating a modal that contains * a form without pat-inject and * a submit button with the "close-panel" class then the form is not submitted when clicking the submit...
When using pat-calendar with store other than "none", view and date are persisted in the storage, but time zone isn't, i.e. when I select a time zone and reload the...
Consider the following example: ``` Activate special option Default Special ``` If I tick the checkbox, the additional option "Special" appears in the dropdown as expected. If I then select...