John
John
A cheating way is to wrap all the SwiftUI functions into C calling conventioned functions in a swift native "stub" dylib and then load that... but that seems against the...
On supporting visionOS for Toga (since that's the main part of what we're using out of Rubicon-objc in the BeeWare ecosystem): If we can bring Qt out of the (ex-)nursery...
Is using ellipsis allowed? If so https://docs.gtk.org/gtk3/method.Label.set_ellipsize.html will work.
Refs CONTRIBUTING.md.
Winforms failure is unrelated. c.f. the latest run on https://github.com/beeware/toga/pull/3769
Needs change in the CPython testbed as well -- also I will need to research about if Mac Catalyst is affected by this thing -- I don't have an Apple...
I can fix this.
Hi! Last person working on this had not responded in 5 months... may I open a PR? for anneyshas: you've done nothing wrong, I know that you (and pretty much...
FWIW: after fixing some code formatting and using list not List for typing hints I'm getting `OSError: [WinError -2147417850] Cannot change thread mode after it is set` on this PR.
OK... not sure why this isn't in the released pywin32more bindings but the generator example folder in pywin32more seems to demonstrate the automatic binding generation of IFileDialog etc... https://github.com/ynkdir/py-win32more/tree/584b058c57db0553a8d3d3768f30aacd5ce6394d/test_generator So...