Roman Donchenko
Roman Donchenko
Type stubs for the new functions are also missing.
I believe this code is supposed to prevent this issue: https://github.com/python-poetry/poetry-core/blob/b5d1934fed190bbfd1a303b44d5e2ef9a600efed/src/poetry/core/masonry/builders/wheel.py#L199 However, it doesn't work, because `rel_path` is a Windows path, while `wheel.namelist()` contains POSIX paths.
There's a bunch of stuff: , .
Is the `ordered` field necessary? Seems like the file list should be enough.
FYI, I think you can remove "[Dependent]" from the title.
> LGTM, could you resolve the conflict? Resolved.
A few comments: 1. We already use the `X-Frame-Options` header - see https://github.com/opencv/cvat/blob/bfb902fca4c44c1aa44be490193ba87a282aafc0/cvat/nginx.conf#L49 and https://github.com/opencv/cvat/blob/bfb902fca4c44c1aa44be490193ba87a282aafc0/cvat-ui/react_nginx.conf#L23. 2. `X-XSS-Protection` is useless. See . 3. For `Referrer-Policy`, `strict-origin-when-cross-origin` is probably the better option....
The av 8.0.2 distribution was build with an old version of Cython, which generates code that is incompatible with Python 3.10+. It is still possible to build it, but you...
> The current behavior is also problematic from another perspective: by reading the entire upload into memory, we might potentially consume an unbounded amount of memory. Okay, that wasn't quite...