Malcolm Smith
Malcolm Smith
With #114 I'd say this has now been done.
[cibuildwheel 3.1.0](https://github.com/pypa/cibuildwheel/releases/tag/v3.1.0) has now been released with Android support.
No, and officially neither does Python itself, for the reasons explained [here](https://peps.python.org/pep-0738/#architectures).
> CI can't test them, so I have no idea if they work, but they exist! Any reports on whether they work or not would be much appreciated. I've created...
For further discussion of whether we should add this API, see https://github.com/beeware/toga/pull/3034#issuecomment-2533140379.
From https://github.com/beeware/toga/pull/2942#issuecomment-2463723907: >> Thank you for the context. My brain's hurting a little figuring out how and why toga.Chart works the way it does. I would have expected something like...
Toga doesn't explicitly list which styles are appropriate to which widget – irrelevant styles are simply ignored. But the Invent builder would need such a list. The applicable styles depend...
How about during the Honkathon on Thursday, unless you already have something planned for that?
The most fundamental group division is between "style" properties (which will become CSS) and "content" properties (which will become HTML). I've written some ideas about this in #73.
``` SCPreferences.h:196:6: error: unknown type name 'AuthorizationRef' AuthorizationRef __nullable authorization ``` I got this error in the following situation: * `xcode-select` was set to use my XCode installation, which was...