Gevorg Vardanyan

Results 6 comments of Gevorg Vardanyan

Hi all, I am using Python 3.7.9, I am getting above issue. Here is my code block: `import concurrent.futures import time start = time.perf_counter() def do_smt(seconds=1): print("sleep {seconds} sec".format(seconds=seconds)) time.sleep(seconds)...

Hi all, about above comment - I use pycharm and I have been faced above issue. As of now I have removed `__pycache__` folder, removed all `*.pyc` files. And now...

This is is still actual. I have also come up to the above solution, but there is one issue: I have declared the following in the `__init__` method of class...

Hi there. I am trying to use this add-on on firefox. Version: 76.0.1 I have installed it, but there is no any arrows in the github code(in file) to fold...

Thank you @dotiful . Thank you too @noam3127 , I will follow on this.

Hi all. I am trying to use 'firefox' value for the 'mode' key in the eel.start() method. I have also mentioned 'size=(100, 100)'. 1. When I am executing the code...