Nikita Demir

Results 7 comments of Nikita Demir

Why doesn't ``` from time import sleep from tqdm import tqdm if __name__ == "__main__": for i in tqdm(range(9), position=-1): sleep(1) ``` print each update to the progress bar on...

Fwiw, maybe there's something interesting here for quadratic? https://www.pythonanywhere.com/

+1, cache management is very difficult in prefect and it makes using caching basically impossible. And, worst of all, you don't realize the scale of the limitations until you're heavily...

Similarly: `timefhuman("march 5th")` ``` File "", line 1, in File "/Users/ndemir/engineer/turbo/pyturbo/.venv/lib/python3.11/site-packages/timefhuman/main.py", line 58, in timefhuman tokens = timefhuman_tokens(string, now) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/ndemir/engineer/turbo/pyturbo/.venv/lib/python3.11/site-packages/timefhuman/main.py", line 75, in timefhuman_tokens tokens = categorize(tokens, now)...

Would love this feature for emojis in quadratic!

fwiw, and I'm sure you were thinking this anyways, I could totally see my python code looking like: ```python import quadratic as q q.auth(...) ```