Neil Botelho
Neil Botelho
In notebook 3 and 5, when creating TextBunch and TextList objects the process fails with error: ``` TypeError: blank() got an unexpected keyword argument 'disable' ``` I suspect this is...
- [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** If you run a script that...
This PR adds parallel download support to `BatchDownloader` and adds a cli option `--parallel-downloads ` to the install and download commands. If the option is not specified, or if set...
This PR introduces 2 new classes `PipProgress` and `PipParallelProgress` supporting parallel downloads as presented in PR #12388. These are subclasses of `rich.progress.Progress` and are designed as a replacement for the...