Jeff Epler

Results 132 comments of Jeff Epler

Hi! Is there anything that Adafruit can do to move inclusion of this patch forward? It would be very helpful to us.

I've filed a bug with Debian about this problem, since as far as I can tell nobody explicitly informed them that there is a problem: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1022749

I looked at this at PyCon and didn't figure out a solution. It looks like the layout engine (core/src/toga/style/pack.py) is determining the height as 0 pixels, but then I don't...

This is still affecting Version 4.3 Last Updated March 4, 2018

This passes locally, where I tested with 3.9 only. In 2022, what range of python versions do you want to support?

This is now green on travis in my fork, testing python 2.7 through 3.9.

This project is not compatible with Python 2.7. The ": str" is a type annotation, first added in python 3.5 (released 2015).

I merged the PR from @Ndolam -- thank you!

That's rather unusual! pango is used for text rendering in gtk, but we don't interact with any of it at a low level. If it's possible to use gtk text...