Results 470 comments of Malcolm Smith

> The Android Python 3.14 failure will be fixed by [pypa/cibuildwheel#2590](https://github.com/pypa/cibuildwheel/pull/2590) This has now been released in [cibuildwheel 3.3.0](https://github.com/python/cpython/pull/141358#issuecomment-3518985014).

@johnzhou721: This kind of constant progress updating is only adding noise and making the issue more difficult to read. Please only post comments if they're likely to be useful to...

It looks like the standard behavior of the native control is to move the handle *towards* the click, not to the actual location of the click. For example, see [this...

``` E/AndroidRuntime: java.lang.IndexOutOfBoundsException: Index: 3, Size: 3 E/AndroidRuntime: at java.util.ArrayList.get(ArrayList.java:437) E/AndroidRuntime: at android.view.ViewTreeObserver$CopyOnWriteArray$Access.get(ViewTreeObserver.java:1272) ``` https://stackoverflow.com/questions/67821711 suggests this may be caused by adding or removing a GlobalLayoutListener while the system is...

> It needs to be documented as an edge case; but it's such an extreme edge case that in practice, it won't actually be impacting on very many users. The...

> The manual solution is to annotate the "applicable" styles on each class. As discussed in #3011, containers would also need to list the layout-related styles that are applicable to...

This is what Android calls "edge to edge" layout. You can opt out of it when targeting API level 35, which I've done in https://github.com/beeware/briefcase-android-gradle-template/pull/104. But we'll need to handle...

BleekWare – linked above – is probably the best option at the moment, so please give it a try if you haven't already.

Yes, that all sounds good.