DPeled
DPeled
## Description After a bug occurred to me while running over Windows, I found out that there are a lot places in the code where there is a path join...
Hey everyone! As I reviewing the code as part of PR I'm working on, I found lines in the `pytest` tests that using the `open()` function without a `with`, and...
I've noticed that there is an error in the code: https://github.com/pytorch/serve/blob/a4d5090e114cdbeddf5077a817a8cd02d129159e/ts/model_loader.py#L92 There is an attempt to read the `MANIFEST.json` file, and there is use of the `/` charecter which used...
### 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) ### Is your feature request...