James Henstridge
James Henstridge
There are two main pain points for getting an example like this working with asyncio-glib as it currently stands: 1. asyncio-glib relies on the main context being iterated through the...
This is essentially the problem I wrote about here: https://blogs.gnome.org/jamesh/2019/10/07/gasyncresult-with-python-asyncio/ The basic problem is that GLib callbacks are outside of asyncio's view of what's happening on the thread. The work-around...
Note that trove classifiers are not a great way of determining the version compatibility of a packages. Many packages will just work with new versions of Python, and developers might...
There isn't currently a schedule for having the feature flag turned on by default. With that said, the blockers are not related to the syntax: it is more down to...
I've adjusted the code to include files in library directories in the library list even if they don't have a soname, and to include anything not in a library directory...
I'm setting this branch to ready for review, although the new code is not currently called from anywhere. I don't really have time to continue working on this, but I...
If you've got red dot cursor support going, please make a pull request. Even if it doesn't quite work right, it could be a useful starting point. For the whiteboard...
I've merged #7 with some clean-ups. Namely: * Scale cursor positions based on the dimensions of the current slide (which is my reading of what BBB's JavaScript is trying to...
@aukondk: I've built on the work done in #8 here: https://github.com/plugorgau/bbb-render/tree/annotation-support This version is using a different SVG renderer, which should handle text annotations. If you've got time, I'd appreciate...
I guess it is new API. It should be safe to change it back to an add_asset() call -- the only difference between the two is that add_asset_full tells you...