Mihail Milushev

Results 9 issues of 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...

type-inference

`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...

bug

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`,...

When editing the search term, every single keypress results in updating the match highlights, which can be perceptibly slow for large buffers. This is typically addressed by adding a debounce...

## Issue description Specifying a `cwd` that points to an invalid directory (nonexistent or not a directory) is silently ignored ## Minimal reproduction Define this layout: ``` layout { cwd...