Radosław Szkodziński

Results 33 comments of Radosław Szkodziński

Yeah I used the option to get it pulled, of course. With Python 3.11.4 (should upgrade), Windows 10 19045 and MSVC++ 2022. ``` pip install -U pyinstaller --user -r .\requirements.txt...

We have found the same issue with the message in Element Desktop and Element for Android too. It can likely arise if the sender has set "Encryption: Manually verify all...

Current hack using youtube-dl cannot work with DASH or HLS seeking for live streams. HLS seeking is supported in Streamlink (hls-live-restream), but DASH is not due to internal structuring reasons....

Ok, it fails to attach a TTY right to the subprocess and hangs, and I actually get a nice isatty NoneType AttributeError on Windows if launched via pythonw. Log is...

Ok, so it appears that frozen version does something extra in its script to make wexpect work: From wexpect.py - that's probably the secret sauce, it runs a subscript that...

``` 2024-06-18 13:04:14,535 Traceback (most recent call last): File "C:\Projects\displaycal_venv\Lib\site-packages\DisplayCAL\wexpect.py", line 2621, in __init__ SetConsoleOutputCP(cp) TypeError: SetConsoleOutputCP() argument 1 must be int, not str ``` And that's that. Not sure...

There's more, I have a patch cooking, though while it's working, I'm not sure it's fully correct and I need to clean it up. Specifically new Python as launched by...

See https://github.com/eoyilmaz/displaycal-py3/pull/383 for the additional fixes. This is on top of this branch.

@nelsonlim You should try my branch, yes it includes this one. That is supposed to work, drop me a line if it does not.

How do we actually ensure all HandlerThreads do run? There should be some sort of barrier-like API to simulate old behavior. Likewise, some API to allow running all loopers if...