nakami

Results 17 comments of nakami

Quick fix for my use-case: Set the `timeout` for the `join()` call to 30 seconds: ```python if self.threading.current_thread() != self._thread: #self._thread.join() self._thread.join(timeout=30.0 if force else None) self._thread = None ```

This problem occurs if you open the program too often since it accesses the github website. Github blocks that after a certain amount, so you get that error. You can...

Suggestion: If an error appears when accessing the download server, just ignore it and display an error message in the field where it shows "Version X.Y.Z available".

Added PR https://github.com/nteract/testbook/pull/149 which adds a brief explanation on how to execute the test using pytest to README.md

> > as an interim solution until Run is useable, I can recommend Keypirinha ( [https://keypirinha.com/ ](https://keypirinha.com/%C2%A0)) > > I switched to Keypirinha as well, since PowerToys Run is slower...

Did the situation change for you? Did you switch to a different text expander? I'm facing the same problem.

what is missing? no charms were added

It's merged. I added a PR which mentions this env variable in the README.md. If it hasn't been clear, you can use this: ```python import os os.environ['WDM_PROGRESS_BAR'] = str(0) ```

I also created [Bug 1832331](https://bugzilla.mozilla.org/show_bug.cgi?id=1832331) on Bugzilla since it might be Mozilla's actions that led to this. Please refer to the attached media there for a demonstration of FancyZones working...