Mihail Milushev
Mihail Milushev
Disclaimer: I'm actually using `ruff`, which ports this violation from `tryceratops`, but looking at the source it looks like `tryceratops` will also emit a `TRY003` violation when raising `ExceptionGroup` with...
I have a project in a 16:9 aspect (e.g. 1920x1080) and a 2:1 clip from an Insta360 camera (5760x2880). Due to the different aspect ratios between the project and the...
With the Reframe360XL plugin applied to my 360 video clip, the viewer just shows a solid white image while playback is paused. It only shows the reframed video while playing,...
I have an alias for `Annotated`, to be used in a container class: ```python class Container: # class that inspects its type annotations at runtime and does stuff with them...
`escape_quotes` is inadequate here, as it will happily leave multiline strings as they are, which is a syntax error in javascript. It also doesn't seem to adequately deal with things...
### Description When I'm watching a directory for changes, and a new file gets created in it, subsequent appends to that file generate more `Change.added` events instead of `Change.modified` for...
I'm developing an application that has `bottle` as an indirect dependency (via `pywebview`), and `bottle` installs a `bottle.py` script in the virtual environment's `bin` directory. When I run `hatch test`,...