Carsten Fuchs

Results 4 issues of Carsten Fuchs

Hello, using Django Debug Toolbar 3.2.4 with Django 4.0.3, I get the following stack trace: ``` Traceback (most recent call last): File "/home/carsten/.virtualenvs/Lori/lib/python3.8/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request)...

## System * Version: 0.32.0 * Platform: Ubuntu 22.04 LTS * Firefox: 110.0 * Selenium: 4.7.2 ## Testcase ```python #!/usr/bin/env python3 import sys from time import sleep from selenium import...

awaiting reporter feedback

**Describe the bug** The attempt to create a Duration with `fromISOTime()` fails whenever the hours are not two digits. (As a side note: the attempt to create a Duration from...

needs thought

**Software Versions** * Python: 3.6.9 * OS: Ubuntu 18.04 LTS * Kivy: 1.11.1 * Kivy installation method: pip **Describe the bug** We are using the [Recorder](https://kivy.org/doc/stable/api-kivy.input.recorder.html) class to play back...