Matej Spiller Muys
Matej Spiller Muys
Currently we are using load_default and required together for some cases where we are working with partial loading. In this case field that is required is no longer required and...
I would like to have dynamic field that resolves its type based on data. One way is to create schema from dict. Example (data based on section value): ``` 'section':...
### Bug description When trying to have a method that read from class variable that can be type or instance of that type pylint incorrectly. First issue is in line...
# Bug report It seems that multidict items are not resolved correctly. ``` if request.FILES: for key, uploaded in request.FILES.items(): reveal_type(uploaded) ``` ## What's wrong Type is resolved as: ```...
# Bug report Error running latest django-stubs. ``` Traceback (most recent call last): File "mypy/checkexpr.py", line 4881, in accept File "mypy/nodes.py", line 1881, in accept File "mypy/checkexpr.py", line 429, in...
* What problem are you trying to solve? There is difference if you upload a file via nexus UI or via curl. The difference is in missing sha256 and sha512...
When we replaced python-memcached with pymemcache in production we noticed increased latencies on our endpoints with several memcached servers (4). After drilling down there major performance difference is between one...
With python 3.11 getting the following warning: ``` File "/Users/user/projects/project/.venv/lib/python3.11/site-packages/marshmallow_jsonschema/__init__.py", line 1, in from pkg_resources import get_distribution File "/Users/user/projects/project/.venv/lib/python3.11/site-packages/pkg_resources/__init__.py", line 118, in warnings.warn( DeprecationWarning: pkg_resources is deprecated as an API....
**Describe your environment** We are using python 3.8 on Amazon Linux 2 and opentelemetry version 1.18. We have django application and are using it inside docker. When calling ``` docker-compose...
**Describe the problem to be solved** Based on the configuration you can specify multiple open api specs and run linter on all of them by default. https://redocly.com/docs/cli/configuration/#example-redocly-configuration-file However when I...