Erkan Ozgur Yilmaz
Erkan Ozgur Yilmaz
In terms of GUI usability there need to be a "Login" option somewhere in the UI to switch between Visor / God modes. Currently it is too much hidden in...
So, this one was on my list for quite long time. What I mean by simultaneous rendering is to use different versions of the same application. For example, rendering with...
Hey Timur, I want to implement the ability to send one Maya Redshift job to a single computer that has multiple GPU's and run each task on a different GPU...
Under Wayland, the Argyll measure frame is not displaying in the correct position where the ``wxMeasureFrame`` has been set.
Running ``python3 setup.py install`` skips the following files and folders to be included in the installation: ``` lang presets ref theme ti1 xrc ```
``0Install`` was already not recommended by the original DisplayCAL, so remove anything related to ``0Install`` from ``setup.py``.
We have mysterious ``TypeError`` messages without a traceback output. ```python TypeError: TypeError('cannot use a string pattern on a bytes-like object') TypeError: TypeError('cannot use a string pattern on a bytes-like object')...
The code contains a ton of implicit variable assignments, like: ```python for i in range(...): if some_condition is True or False or whatever: break # and use the i below...
Update the ``Remaining time`` calculation during profiling to estimate the time by also considering the luminance of the remaining patches to have a better estimation. Because, patches with higher luminance...
Organize the module structure, move UI related stuff in to ``ui`` module etc., move non-source files into their own folders and ``data``.