Roman Donchenko
Roman Donchenko
This project does not appear to use either setuptools or Cython at runtime, so these packages should not be listed in `requirements.txt`. Listing them there causes unnecessary packages to be...
It's a setting for the cache backend, but it's documented under "Celery Health Check". Create a "cache" section, and move the documentation there. It's also redundantly documented in `contrib.rst`, despite...
The documentation for the cache check backend is [here](https://django-health-check.readthedocs.io/en/latest/contrib.html#cache), under "contrib", but it's not a contrib module. It should probably be [here](https://django-health-check.readthedocs.io/en/latest/settings.html) instead.
### What does this PR do? Add a `contentSecurityPolicyReportOnly` option that sets this header. ### Motivation Resolves #8091. ### More - [x] Added/updated tests - [x] Added/updated documentation ### Additional...
This compiler requires exception classes to be copyable, because it copies the exception object as part of `std::current_exception()`. This means that code like the following has to work: emu_fatalerror e1(...);...
### Actions before raising this issue - [X] I searched the existing issues and did not find anything similar. - [X] I read/searched [the docs](https://docs.cvat.ai/docs/) ### Steps to Reproduce 1....
### Motivation and context I tried to update Pylint to the most recent version (3.2.2), which produced a bunch of new warnings. I couldn't fix all of them in one...
## Description I've noticed that this validator is using a per-character loop. Replacing it with a regex results in a pretty significant speedup. Here are results from my benchmark: |...
### Motivation and context The intention was for this option to only be set in the production requirements file, but due to how pip-compile-multi works, it ends up leaking into...
These tests don't actually run in CI, due to a missing `__init__.py` file. Because of this, they no longer pass. See #8339 for what happens when you try to enable...