Tim Angus
Tim Angus
I get a timeout when invoking cloc on a [particular QML file](https://raw.githubusercontent.com/graphia-app/graphia/c1e9a61ee99f8866aefb1928d5bf5588f907b2d3/source/updater/editor/main.qml). The weird thing is, if I add a comment line as follows, it works fine: ``` --- a/source/updater/editor/main.qml...
One thing I've noticed recently is that (presumably) changes in the QML debugger have started to cause crashes in qqsfpm. It seems that the debugger sometimes ends up (for whatever...
There is a rare crash that occurs when interacting with the graph size estimate plot, but only on macOS. The crash occurs in `QOpenGLContext::makeCurrent`: ``` [ 00 ] QOpenGLContext::makeCurrent(QSurface*) [...
The `ThreadPool` class uses a `condition_variable` to pause worker threads when there is no work, and wake them up again when there is. On macOS there is a (relatively) rare...
Over time, the Document class has gradually become a god object, and needs to be split up a bit.
Using the FBAV interface, if you rapidly select and deselect multiple attribute values in quick succession, the renderer gets itself into odd states where the transitions between modes don't work...
When running inside VMWare, mouse events (all of them) are identified as coming from a TouchPad QPointingDevice rather than as a mouse. Graphia exposes a different UI for zooming depending...
**Describe the bug** Qt for WebAssembly 6.7.0 fails to install as before, and doesn't appear to be available. **To Reproduce** Steps to reproduce the behavior: 1. Run `aqt install-qt linux...
This change adds a Bluesky social share link option. Note I've added CSS to bootstrap-social for Bluesky, using appropriate colors derived from the Bluesky guidelines. I'm not sure if the...