Thomas Perl

Results 30 issues of Thomas Perl

Looking at this code: https://github.com/tartley/colorama/blob/master/colorama/initialise.py#L23 It looks like the code currently doesn't properly handle calling `init()` multiple times, I'd expect the `init()` function to set some internal state to know...

Now most Latin-1 characters have a representation in the 5x8 font:

I'm reading the epub version in iBooks on iOS, my system language is set to German, and I sometimes use the screen reader in addition to just reading on-screen. Most...

The previous repo already had issues for this: https://github.com/miyakogi/pyppeteer/issues/115, https://github.com/miyakogi/pyppeteer/issues/284 Puppeteer also has an issue open for this: https://github.com/puppeteer/puppeteer/issues/550

help wanted
priority-low

Build the code regularly, run tests and check if it still works, with different Qt 5 and Python 3 versions.

Right now, on Android, we ship the Python Standard Library in the Qt Resource System and extract it on first start. Instead of this, it should be possible to append...

Instead of disabling the "Stream" (Play) feature by default until a player is chosen, we can use `Gtk.AppChooserDialog` to show possible applications to open for the mime type of the...

This uses `GtkStack` and `GtkStackSwitcher` to be more in line with the GNOME HIG. Still have to figure out where to put all the items from the main menu +...

Untested. Works only for bitmaps up to 256x256 pixels due to the [upper limit of 65536](http://libogc.devkitpro.org/gx_8h.html#ac1e1239130a33d9fae1352aee8d2cab9) of the last parameter to `GX_Begin()`. This could be fixed by batching things up...

enhancement

We historically used `-utf8` with older versions of html2text, but the new version defaulted to UTF-8 by default, and does not accept `-utf8` as command-line argument anymore. https://github.com/thp/urlwatch/issues/718 Version 2.1.1...