Samantha Finnigan
Samantha Finnigan
Hi, any progress on this? I've been using MQTT.js in the browser until I can get `mqttws31.js` from npm. (the `browserify` step for that other library is the longest part...
To add to this discussion, I have taken on an old piece of software which uses GRASS, which I am currently migrating to new library versions. I found this issue...
Thanks for the PR @James4Ever0 ! I've been using `uv` a little at work recently. To confirm, your PR adds the ability to run: `uv run kvm-gui` or `uv run...
Retrieving text from the clipboard in PyQt5: *Refs:* https://doc.qt.io/archives/qt-5.15/qclipboard.html https://doc.qt.io/archives/qt-5.15/qmimedata.html https://stackoverflow.com/questions/39967630/pyqt5-access-to-qclipboard-or-app-object-from-inside-a-widget Untested: ``` # assuming self is already a QApplication instance... #clipboard = self.clipboard() # Actually, scratch that, it seems...
User documentation sections to write: * Setup and first-run * Getting serial to work under [Windows|Mac|Linux] * Installing python environment * Installing using `pip` * Hardware to purchase (Bill of...
Furthermore, `pynput` and `tkinter` modules cause test failures on GitHub Actions due to the headless environment. These need to be fully patched when testing, but because of the aforementioned difficulties...