Sergei Shishov

Results 42 issues of Sergei Shishov

When use `persistent=True` to dump state to the file, counter data is not dumped. Therefore after restoring from the file, on dashboard we do not see any statistics, everything is...

# Bug report Trying to apply the suggestion, how to assign authenticated user to the request: ```python from typing import Any from django.contrib.auth.decorators import login_required from django.contrib.auth.models import User from...

bug

# Bug report For `mixin` you cannot specify the type of `request` as it got incompatible with base `View` ## What's wrong ```python from rest_framework import mixins from rest_framework import...

bug

If during initial setup you go with default settings then dashboard ingressroute is created. If you disable it afterwards and apply, ingressroute is still present and accessible. I assume, if...

contributor/waiting-for-feedback

* Date you used flake8-return: 28.10.2022 * flake8-return version used, if any: 1.2.0 * Python version, if any: 3.10.8 * Operating System: MacOS/Linux ### Description Invalid error reported for **R507**...

**Describe the bug** When we are trying to set `api_verion` to some hardcoded version like `"v1"` we are getting error from mypy **To Reproduce** ```python from drf_spectacular import views as...

Django Debug Toolbar is blocked by CSP if we are using strict-dynamic. Django already support it from the box if we can include `nonce="{{request.csp_nonce}}"` in the template

No types for the package found: ``` >> ls -lA /venv/lib/python3.10/site-packages/mergedeep* /venv/lib/python3.10/site-packages/mergedeep: total 28K -rw-r--r-- 1 user group 104 Dec 20 11:33 __init__.py -rw-r--r-- 1 user group 4.3K Dec 20...

**Before you request a new feature, please confirm:** [+] I have read through README and understand how the plugin works currently. [+] I understand that this project is not actively...

If yes, any possibility to add support of `type hints`? as DRF supports type hints but with the usage of this library, all the type checks vanished