Olumide
Olumide
A C interface would be very nice. I am a C/C++ developer and I can't figure out how to build the library.
As shown below, a test of my pivy build shows that some Qt classes are missing, namely QActionGroup and QAction ``` >>> from pivy import qt >>> from pivy.qt import...
The problem that I am trying to solve is associated with a large data structure that should be accessed as infrequently as possible. This is why I would like to...
Our team uses [dogtail](https://gitlab.com/dogtail/dogtail) to GUI test our application but unfortunately we've never been able to get any coverage from these tests. I've prepared a simple test demonstrating this scenario....
I'm tracing a MT application that creates several threads **with the same name to run the same function albeit with different inputs**but when I run vizviewer I only see one...
I've been running per4m extensively on perf data sampled from a heavily multithreaded application that my team is developing and per4m consistently[ asserts](https://github.com/maartenbreddels/per4m/blob/master/per4m/perf2trace.py#L267) on sequences take_gil -> drop_gil -> drop_gil__return,...
I followed the article closely twice on two Ubuntu 22.04 LTS machines (one virtual, the other virtual) but the result were the same. The only places where I deviated were...
I am running py-spy (version. 0.3.14) on the following [simple example](https://athenajc.gitbooks.io/python-gtk-3-api/content/gtk-group/gtkspinner.html) (from the GTK python docs) as follows ```sh py-spy record -- python test.py ``` on Windows. The application ran...