Corran Webster

Results 197 comments of Corran Webster

I am assuming that the failures for Javascript-related stuff is not related to the changes I have made. Also, I couldn't find a python style guide or flake8/black/isort config, so...

Thanks for the quick response. Yes, I automatically get the "Password" popup that you see in the first screenshot when I focus on the `PasswordInput` widget. Your guess is likely...

Can you please try running these with current main branch Pyface and TraitsUI to see if these have been fixed, ie. do: ``` pip install --force-reinstall git+http://github.com/enthought/pyface.git pip install --force-reinstall...

Also includes some random whitespace removal from end of lines. It may make sense just to run Black on the Python code, but whether that's part of this PR is...

My thought was not to remove those classes, but to replace the internal layout logic with the constraints system. The user-facing API would be unchanged.

You need a Python environment with freetype-py installed (ie. `pip install freetype-py`), and then you should be able to run something like `./afinate ...` or `python afinate ...`

Looks like to get coverage to pass, there should be checks on some quick escape branches and error checks, plus `RGB565_BS` format.