Andrey Efremov
Andrey Efremov
For now the function accepts only path object or list as input. This pull request adds support for any iterable type such as tuple or generator.
Now, if there is a line `Style: Default,Arial,44,&H00EDE0E9,&H000000FF,&H00000000,&HC8000000,0,0,0,0,100,100,0,0,1,0,0,2,10,10,10,0` in the input file, it will be output as `Style: Default,Arial,44.0,&H00EDE0E9,&H000000FF,&H00000000,&HC8000000,0,0,0,0,100.0,100.0,0.0,0.0,1,0.0,0.0,2,10,10,10,0` With this patch, the line will retain its original form. That...
I found subtitles created in somewhere in 2009 by unknown program that use "1" instead of "-1" as the True value. When I open such subtitles using pysubs2, the values...
There is the line: `Dialogue: 1,1:17:41.04,1:17:47.54,ED,,0,0,0,,sono mama no kimi ga sukidato` After shifting it back by 1045 ms it looks like this: `Dialogue: 1,1:17:39.100,1:17:46.50,ED,,0,0,0,,sono mama no kimi ga sukidato` Look...
Из-за удаления метода inspect.getargspec. Нужно заменить вызов на getfullargspec. Решение тут: #157
When the top of the current page is reached, a previous page should be shown scrolled to the bottom. But it doesn’t happen, because an existing call of view->scrollToBottom() scrolls...
Hi! The boss key functionality can be implemented with three consecutive commands in input.conf: `b set pause yes; set fullscreen no; set window-minimized yes`
- [x] I've checked [docs](https://rich.readthedocs.io/en/latest/introduction.html) and [closed issues](https://github.com/Textualize/rich/issues?q=is%3Aissue+is%3Aclosed) for possible solutions. - [x] I can't find my issue in the [FAQ](https://github.com/Textualize/rich/blob/master/FAQ.md). **Describe the bug** There is no need to subtract...