Tomislav Lokotar

Results 7 issues of Tomislav Lokotar

It would be great to have an option to call a single function while multiple files are selected (and passing a list of all file names in it) instead of...

For us that frequently use tqdm write, updating description and other functionalities, it would be very nice to get a reference to the tqdm instance. right now, if you want...

p4-enhancement-future 🧨

* **I'm submitting a ...** - [x] Feature request Here is a drop-in replacement of TS100 logic board that supports USB-C PD protocol - open source quick-charging protocol that is...

In my case, the script "find-classes.js" finds class named: `TokenLibObjC.JailbreakDetection` for which the script "show-all-methods-of-specific-class.js" raises the exception: `[*] Started: Find All Methods of a Specific Class` `[!] Exception2: cannot...

I propose a feature to scan to (multi-page?) PDF, with a simple option of 'add another page?' If I'm not wrong current implementation of sane does not support PDF but...

For a given code example: ``` from tqdm import tqdm from time import sleep for i in tqdm(range(100)): sleep(1.5) ``` the output looks like this: `6%|▌ | 6/100 [00:09