Kyrylo Shpytsya

Results 26 issues of Kyrylo Shpytsya

Add an option to have TabTree become visible only when cursor is hovered above left (or right) window border. The panel should be an overlay (whatever the proper term is)...

done in v1.4.5
done in v1.4.6

`pythonfinder.Finder().find_all_python_versions()` fails to find python versions with two digit numbers in minor version. This is probably due to this check: https://github.com/sarugaku/pythonfinder/blob/374e1d3cc8fc599abca4d35fa01d088580e432c2/src/pythonfinder/utils.py#L220 and the fact that these contain `?` and not...

### Is there an existing proposal for this? - [X] I have searched the existing proposals ### Is your feature request related to a problem? The system I am currently...

enhancement
good first issue
Packaging

Over time, my use case for `aiojobs` got extended to require support for job priorities, i.e. it should be possible to pass a priority value to `Scheduler.spawn` method, and if...

The fix for #1253 looks slightly incorrect as the type for `down_revision` should be `Union[str, Sequence[str], None]` and not `Union[str, None]`. `down_revision` is a tuple for merge revisions.

bug
pep 484
PRs (with tests!) welcome

As mentioned in #573, the `checkout` action does all it can to present, during repeated runs, the state of the checked out repo the way it was during the first...