Jakub Kuczys

Results 158 issues of Jakub Kuczys

Regional keyboard layouts like Polish use `AltGr` (which Sublime translates to `Ctrl+Alt`, at least on Windows) to be able to type some characters with diacritics. For example, in Polish layout...

I always forget to disable maintenance after bot restart and usually, that's when I want it to end so here's a PR adding this functionality... Is it tested? Actually yes.

### Package name ninja ### Package version \>=1.10.0.post3,

missing package

If you try to play the same video with playback speed x2 on VLC and ExMplayer, you should notice how audio pitch in ExMplayer increases while in VLC it stays...

## I want to suggest some general feature Topgrade should allow running custom commands directly from `--only` (as opposed to `--custom-commands`) so that it doesn't require the user to remember...

C-feature request

### Windows build number: 10.0.19045.3086, I was able to reproduce it on 10.0.22621.1992 as well ### Your Distribution version: 22.04 ### Your WSL versions: WSL version: 1.3.14.0 Kernel version: 5.15.90.3-1...

bug

This directive was added some time ago and this project doesn't support files that contain it: https://git-scm.com/docs/git-fast-import#_code_original_oid_code

Would it be possible to return more than just one unit for passed `timedelta` object? For example: ```py >>> format_timedelta(timedelta(days=2, hours=5, minutes=2, seconds=5), granularity=3) '2 days, 5 hours, and 2...