Neraste

Results 9 comments of Neraste

I ran with the same problem with stderr and using `progressbar.streams.wrap_stderr`. I did not know that using the progress bar as a context manager would prevent this problem (so I...

Thank you for writing this pedagogically!

> I realized that we could do a less invasive job by promoting the ProgressBar itself to being a Generator. This is a much smaller change, as a Generator is...

I could see from the tests that using a different field than `is_active` is not deeply explored for now. My initial reason to use a such a field was because...

I know this is a very edgy case, as you don't create tons of superusers from the command line. On my side, I considered a superuser without a valid email...

Updated for 3.0.15 and 3.0.16.

It seems like the problem does not occur anymore for VLC 3.0.17.

I saw this "trick" in `examples/tkvlc.py`, to force resize the window, and thus force the upscale. I don't really need to keep the video aspect ratio, so I tried to...

I see. So there a possibility this problem will be solved in the long run. From what I have read from Tk source code, `TkMacOSXGetRootControl` takes as argument (and `Tk.winfo_id()`...