John

Results 168 comments of John

PyQt has been successfully deployed by some people to iOS: https://oforoshima.medium.com/compiling-ios-apps-with-pyqt6-c07082001f11 However not a bunch of details are given there... and they used PyQtDeploy -- note that PyQt**deploy** is BSD...

Headsup as my unofficial 2 cents: Toga is now moved to MkDocs, so the syntax will likely need to be rewritten.

Hey y'all!!! Right now with this PR I have no idea why but when I merge main in it works perfectly!!! And the log output produced is: Log ``` Adding...

No... I just accidentally referenced like a huge bunch of issues because I missed a blank line in the details html5 tag and the code got parsed as regular text...

@HalfWhitt The issue here is that while applying layout, the split location of the split container is changed which invokes the native Objective-C handler which will call refresh on the...

@HalfWhitt Gtk3 situation (tested by manually uninstalling some testbed icons because they can't load properly on Fedora) is that there seems to already be some widget dirty-marking going on... this...

@HalfWhitt So... you're welcome? I see at widget base +362 you have ``` # Is this needed here? Things seem to work fine without it. # self._impl.refresh() ``` So yes,...

> Sure - this sounds like a reasonable feature to add, and one that can be a safe no-op on platforms where the feature doesn't make sense (or hasn't been...

FYI -- this is unimplementable on GTK4, since we only support Wayland and GTK loves not supporting all available Wayland things: https://github.com/dino/dino/issues/1379 On mobile platforms, there really isn't an equivalent.

I have ActivityIndicator ready to land, but will hold off on opening a PR before my other ones are merged (because if I understand correctly, I'm doing too much). This...