Erkan Ozgur Yilmaz
Erkan Ozgur Yilmaz
Thanks for the PR, merged 👍
I'm on macOS and I don't have this issue, and DisplayCAL needs to take a screenshot just for the splash screen. This is one of the issues with wxPython, when...
> This is a great idea, took me months to even grasp the basics of the code structure. I'm currently working on fixing the in-app updater to work with GitHub,...
After days of work we are at: ```shell displaycal-py3 % ruff check --statistics DisplayCAL 5760 ANN001 missing-type-function-argument 2783 N806 non-lowercase-variable-in-function 2626 ANN201 missing-return-type-undocumented-public-function 1386 N802 invalid-function-name 770 PLR2004 magic-value-comparison 670...
Another ~5000 gone: ```shell 4756 ANN001 missing-type-function-argument 2326 ANN201 missing-return-type-undocumented-public-function 1877 N806 non-lowercase-variable-in-function 947 N802 invalid-function-name 478 ANN202 missing-return-type-private-function 299 ANN204 missing-return-type-special-method 273 N803 invalid-argument-name 243 C901 complex-structure 33 ANN401...
Another two months have passed. I was not able to concentrate on this project as much as I would like to, but we have some progress: ```shell (.venv) eoyilmaz@MacBookPro displaycal-py3...
@Adam-Color thanks for offering help, and of course, I would like to get any help that I can. What I currently do is as follows: 1. I run `ruff check`...
Okay I confirm the original bug report about the gamma setting getting reset to bt1886 ~~and reading the settings from the ICC profile is currently freezing DisplayCAL under Windows 10...
> So far, all I've been able to figure out is that in display_cal.py, in the MainFrame() class, in update_controls(), the trc variable always returns None This doesn't happen on...
It seems that your problems are with building `wxPython` and I see that you have not installed the required build tools, our install instructions should be mentioning that, yes here...