Anton Yablokov
Anton Yablokov
The file I try to compile can be found [in my repo](https://github.com/StSav012/psk_viewer/blob/master/updater.py). In the file, line 16 is ```python r: http.client.HTTPResponse = urllib.request.urlopen(commits_url, timeout=1) ``` I emphasize this because `mypyc`...
From README, both  and  lead to the main page of https://imageshack.com/.
https://github.com/HDFGroup/hdf-compass/blob/050e05aeb491d9d8f79b36529c7c8e9eebf4fd71/hdf_compass/hdf5rest_model/model.py#L210 Is it ever requested?
https://github.com/HDFGroup/hdf-compass/blob/050e05aeb491d9d8f79b36529c7c8e9eebf4fd71/hdf_compass/compass_viewer/viewer.py#L239 doubles the following lines: https://github.com/HDFGroup/hdf-compass/blob/050e05aeb491d9d8f79b36529c7c8e9eebf4fd71/hdf_compass/compass_viewer/viewer.py#L240-L243
To save words, that's whet I see when the window is out of focus:  When it is focused, *all* the labels are white regardless of the background. The app...
Currently, `tqdm.write` accepts a single string as the message. It isn't convenient to build the string every time an output required. Instead, I propose a function that performs the conversion...
The following lines assume that in `PyQt6.QtGui`, there is a `Qt` object. https://github.com/spyder-ide/qtpy/blob/c0468219fea4636b395c3eaf04e5c67dce23a72c/qtpy/QtCore.py#L49-L55 However, in `PyQt6` versions `6.2.4`, `6.5.3`, and `6.6.0`, there is no attribute `Qt` in `QtGui`. The code...
As `QSqlDatabase.exec` got obsolete in Qt 6.6 ([docs](https://doc.qt.io/qt-6/qsqldatabase-obsolete.html#exec)), I've made it up. I've never used the module, so please test the function thoroughly.
I do see that `uic.py` somehow got corrupted, and no test reveals it. See this line: https://github.com/spyder-ide/qtpy/blob/b3b222a2d72962a39bc3c1c0e772a92f9c8c4b84/qtpy/uic.py#L170 There is no `NoCustomWidget` defined there. Moreover, PyCharm just screams with warnings there....
I've tried to resolve https://github.com/spyder-ide/qtpy/issues/463 in case it even needs resolving. Some changes are tricky and require further testing. Namely, please pay attention to `QApplication.exec_` and `QMenu.exec_` functions when they're...