Stephen Karl Larroque
Stephen Karl Larroque
## Feature Request **Description:** Currently the only way to add a new task (via Sleek) is to enter the new task description in the search bar, then click the "Add...
Modularize tqdm.pandas() back to tqdm_pandas submodule for these reasons: - Uses external library (plus it's still in alpha stages, not stable, bad for core tqdm) - In core `tqdm`, this...
Implement what was asked in #255. This PR implements a barebone tqdm with only the basic features. The goal is twofold: maximum speed and a short and easy implementation that...
Add tqdm module to predict time using machine learning polynomial regression. Implementation of what was asked in #206. For memory, here is the model used in this implementation to predict...
Implements also #181 (add callback support for bar_format) + custom bar symbols formatting as a submodule. Not the most urgent PR, but we missed some more customization (pretty sure someone...
I implemented a pessimistic progress rate, as asked in #140. Performance-wise, with default settings, this just adds an additional `if` statement since it's disabled. When enabled, it's just a few...
Implements a web-friendly tqdm by using JSS to dynamically redefine JSS. Based on aplavin's great work on [ipy-progressbar](https://github.com/aplavin/ipy-progressbar). The output is correct, but I don't know how we can test...
This PR provides dynamic bytecode opcodes analysis in `tests_perf.py`, to compare the number of opcodes required to run `tqdm` vs a native `range()`. The idea is to run `tqdm` and...
By default leon uses the leet port (1337) which was historically used by several trojans and malwares, hence it is often blocked by antiviruses and firewalls (which is my case)....
Would it be possible to allow to upload folders (and recursively subfolders and files) in the File Manager? This would allow to manually create redirections, as currently I have to...