Lawrence D'Oliveiro
Lawrence D'Oliveiro
Core `asyncio` provides [`add_reader()`](https://docs.python.org/3/library/asyncio-eventloop.html#asyncio.loop.add_reader) and `add_writer()`] methods, which should be sufficient for managing any additional file descriptors in POSIX. Isn’t Windows supposed to be POSIX-compatible?
It seems to me your `__init__` method should create a task on the event loop to run the `update_things()` method, and return without waiting for it to complete. `update_things()` can...
I think a better option on Linux would be to send a completion notification via D-Bus.
FreeType is very low-level for text rendering. Something like [Cairo](https://www.cairographics.org/) makes it easier, and gives you more options. The basic procedure for rendering a line of bidirectional text can be...
Hi. Sorry for the delay in responding to this. Looking at [the allowed instructions](https://en.wikibooks.org/wiki/Inside_DVD-Video/Instruction_Set_Details), it appears that “JumpSS VMGM Menu” is not allowed within the VMGM. So your workaround—“JumpSS VTSM”...
On my Debian Unstable system, DVDAuthor still builds OK, and `docbook2man -v` reports DocBook-utils version 0.6.14 (jw version 1.1) so I don’t have 0.8.8 yet. Can you copy and paste...
So it’s a bug in docbook-utils, not in DVDAuthor?
What would you propose as a fix?
Can you capture the actual control files and associated images being fed to DVDAuthor?
Patches welcome.