Roman Donchenko
Roman Donchenko
`cibuildwheel` puts the wheels into `wheelhouse`, not `dist`. There also doesn't seem to be any reason to list a bunch of separate per-platform wildcards, so replace them with `*.whl`.
### Description When pip installs a wheel with custom scripts that have a `.py` extension, it creates corresponding `.pyc` files. This pollutes the `bin` directory, and doesn't accomplish anything, since...
It's broken, because it generates a multipart/form-data body that Django REST Framework cannot parse. DRF doesn't examine the individual Content-Type headers of parts, so it interprets the JSON-encoded values as...
When I was working on #4839, I checked how the server would handle an upload that was interrupted (e.g. by a network disconnection), and the result was not good. The...
- **Poetry version**: 1.3.2 - **Python version**: 3.11.2 - **OS version and name**: Windows 11 - **pyproject.toml**: see below - [x] I am on the [latest](https://github.com/python-poetry/poetry/releases/latest) stable Poetry version, installed...
This directive is mentioned in the changelog, but it's not listed at , where one would expect to see it.
### Motivation and context Usage statistics on app.cvat.ai show that this format is rarely used, with single-digit numbers of projects/tasks/jobs being exported or imported using this format. Moreover, TensorFlow's popularity...
### Actions before raising this issue - [X] I searched the existing issues and did not find anything similar. - [X] I read/searched [the docs](https://github.com/cvat-ai/cvat/tree/master#documentation) ### Steps to Reproduce 1....
### Actions before raising this issue - [X] I searched the existing issues and did not find anything similar. - [X] I read/searched [the docs](https://github.com/cvat-ai/cvat/tree/master#documentation) ### Steps to Reproduce 1....
### My actions before raising this issue - [x] Read/searched [the docs](https://github.com/cvat-ai/cvat/tree/master#documentation) - [x] Searched [past issues](/issues) ### Expected Behaviour Updating the `deleted_frames` field via the `PATCH /api/tasks//data/meta` API should...