Malcolm Smith
Malcolm Smith
We don't use the GitHub assignment feature in this project – if you want to start working on an issue, posting a comment is enough.
I'm not sure if @raghulchandramouli has done anything – if they don't reply to this message within a few days, feel free to start working on it.
I'm not able to apply these changes because you didn't enable the "allow edits by maintainers" option. Please do that in future PRs. Meanwhile, you don't need to do anything;...
When testing on Android, I got this error: ``` E/AndroidRuntime: Caused by: com.chaquo.python.PyException: ModuleNotFoundError: No module named 'travertino.properties.shorthand'; 'travertino.properties' is not a package E/AndroidRuntime: at .toga.style.pack.(pack.py:40) E/AndroidRuntime: at .toga.style.(__init__.py:2) E/AndroidRuntime:...
Maybe it's been treated as an implicit namespace package, in which case Chaquopy's custom importer may be the reason why it fails on that platform. Still not sure why it...
It should be at the bottom of the right hand column, as shown in the screenshot on that page. If you can't see it, never mind, I can continue suggesting...
For those unfamiliar with Chinese: the issue is that different characters are being rendered with different weights. But all of these are common characters which would exist in every font,...
In my experience ADB always chooses the mode automatically based on the version of the device. Why would you need to override that?
OK, but since this is a rare issue, I don't think it justifies adding a specific Briefcase argument. Instead, we could create an `--Xadb-install` argument which follows the pattern of...
In a flexbox this can be done by adding an empty box with a positive `flex` value. This can be done multiple times within the same container, in which case...