Xavier Hardy
Xavier Hardy
The filters are quite powerful but can only be used directly from the UI. It is impossible to link a search result using a URL or to use those filters...
When opening a valid stream (I get another error when using an invalid title), I get the following error. The dashboard is not even displayed. ``` Error: Could not get...
The errors (such as 404) are displayed over the dashboard; there should be separate window to display them and still being able to use the dashboard.
Use [black](https://github.com/ambv/black) formatter in check mode and score using the number of lines that should be changed.
Python 3.7 has made `async` and `await` keywords, this has broken several libraries, such as Celery for instance. Compiling the code against the cPython 3.7 interpreter should be enough to...
Check the existence and validity of `pyproject.toml` setup file (which is the new standard: https://www.python.org/dev/peps/pep-0518/).
Check the repository contains test files. The question here is how to define test files. Should we look for classes implementing common test library classes such as `unittest.TestCase`?
Egg info are generated automatically when calling `python setup.py install`. Binary files such as release tar balls should not be part of the Git repository. Releases are based on Git...
The content type is not set, it is `application/x-www-form-urlencoded` by default. Many HTTP libraries store the body of form calls differently from JSON/XML payload. This pull request sets the content...