Tsvika Shapira
Tsvika Shapira
Thank you for the reply! Let me say that `tqdm` is a lean package, with no other dependencies. I believe that using packages that focus on certain aspects can improve...
tqdm and my code are well written in that manner, and does not consume the iterator. my code does call `len(iterator)`, which, as far as I know, is safe for...
 (sorry for the 80 characters width) this is the same example from your docs. * **first case**: a regular iterator. the code does not try to consume it, and...
 A clearer GIF, I hope.
in case it will help someone - here is a subclass of Parallel that uses tqdm: (also in [gist](https://gist.github.com/tsvikas/5f859a484e53d4ef93400751d0a116de)) ```python import tqdm from joblib import Parallel class ParallelTqdm(Parallel): """joblib.Parallel, but...
the idea is to change the default cache_path to be `/tmp/sgpt_cache`, to prevent collision with other apps
it also occurs in `delta --show-themes` without an input diff (i.e. on the official sample input)
while it might be a slight different enhancement than what OP meant, I think we all would be glad to have a `pip search-extras `, that will output the available...
Ready for review now. @sinaatalay would you want to take a look? :)
i can go with any name :). notice that if the task is a linter / checker, it might return 1 when it means "i found issues in your code"...