Anton Grouchtchak

Results 36 comments of Anton Grouchtchak

@Simonwep I updated to this version and now color palettes are not visible. They still function, but are not previewed. This is on Windows 10. ![image](https://user-images.githubusercontent.com/24798198/113470273-a321d800-9454-11eb-94fb-ac8eb1573276.png)

Edge Chromium Version 91.0.838.3 (Official build) dev (64-bit)

@Simonwep My bad, I forgot to update the theme file as well, sorry for distraction :)

For now you can do something like this: ```js color.toRGBA().toString(0).replace(', 1)', ')').replace('rgba', 'rgb'); ```

Ok, I will later test if PyInstaller is stable enough for Python 3.9.1, and will test the 32-bit version as well. Also, it would be better to rename the portable...

1. Aha, got it. 2. bat would be good.

For good Python 3.9 support, we should migrate to PyQt6, or PySide6. https://www.qt.io/blog/qt-for-python-6-released

Too bad that PySide6 does not support 32 bit. We will have to stay on PyQt5 for now then.

But in my opinion, we should try migrating to PySide6 for support and license reasons. Right now PyDebloatX is licensed MIT, which does not permit the whole license range, because...

Yea, PySide6 is not an option until PyInstaller merges this commit: https://github.com/pyinstaller/pyinstaller/pull/5418