Lukas Voegtle
Lukas Voegtle
Hi there! Operating System: Windows 10 / 1909 Python Version: 3.6.8 pyftpdlib Version: 1.5.6 lets start with the code that produces this issue: ```py import os from io import BytesIO...
**Describe the bug** Hi there, I'm trying to implement the oidc provider in my framework, but I'm not really clear about the implementation: The docs state: ``` get_id_token(token, token_handler, request)...
Apparently, `asyncio` is missing from the released wheel. All imports fail immediately with ``` File "site-packages/tenacity/__init__.py", line 653, in from tenacity.asyncio import AsyncRetrying # noqa:E402,I100 ModuleNotFoundError: No module named 'tenacity.asyncio'...
Hello, it may seem strange, but this fails: ```html document.addEventListener("DOMContentLoaded", function() { // Uncommenting this makes the loading succeed. It must be a div, e.g. a table does not help....
(Copying this bug report from the main coco metrics https://github.com/cocodataset/cocoapi/issues/678 ) Hi there, **Describe the bug** our detector does not output scores, thus we set all to `1`, which gives...