Anton Yablokov
Anton Yablokov
My bad. I compile only this file with `mypyc updater.py`. ```text >>> sys.version 3.8.5 (default, Jan 27 2021, 15:41:15) [GCC 9.3.0] >>> sys.implementation namespace(_multiarch='x86_64-linux-gnu', cache_tag='cpython-38', hexversion=50857456, name='cpython', version=sys.version_info(major=3, minor=8, micro=5,...
Oh, I've messed up with virtual environments. Now, the version from the `mypy` repo (`mypy 0.820+dev.8642b351cff94c471333256f9cd6867807384f01`) produces much more lines (long local paths are redacted): ```text $ mypyc updater.py Traceback...
The tests are painful for me, too. Moreover, despite the maintainers claim that they support PyQt5 >= 5.9.0, PySide2 >= 5.12.0, and Qt6 >= 6.2.0, they never actually test the...
I've always thought that the PRs are for proposing changes and discussing them. And the Issues are for general discussions and troubleshooting. Forgive me if I'm wrong. I'd prefer not...
> Our [CI test matrix](https://github.com/spyder-ide/qtpy/blob/master/.github/workflows/ci.yml) includes at least one job each for PyQt5/Qt 5.9, PySide2/Qt 5.12, PySide6/Qt 6.2 and PySide6/Qt 6.2, plus a number of jobs for the upper bound...
> what if we import the `_utils` module instead of individual elements of it? Done. Thank you for the suggestion! The code might have become just a bit slower, but...
@rear1019, thank you for bringing the issue up. I haven't dag deeper than the following paragraph. Well, the `exec` method is actually static [[`QCoreApplication.exec`](https://doc.qt.io/qt-6/qcoreapplication.html#exec), [`QGuiApplication.exec`](https://doc.qt.io/qt-6/qguiapplication.html#exec), [`QApplication.exec`](https://doc.qt.io/qt-6/qapplication.html#exec)]. I'm genuinely surprised that...
That's the code I've got from the picture: ```python # -*- coding: utf-8 -*- import sys from qtpy import QtCore, QtGui, QtWidgets import qtawesome as qta class AwesomeExample(QtWidgets.QWidget): def __init__(self):...
No worries, take your time.
> How should they be drawn, in your opinion? The error cross looks like 4 lines emerging from a data point. The lines, which extend to infinity, should look like...