Sean Proctor
Sean Proctor
**Please complete the following information:** - Library Version: 1.0.0 - Affected Device: emulator WXGA tablet **Describe the Bug:** The white selector circle is about 5x bigger than in the screenshots...
I'm sorry for the multiple issues. I've just started integrating this into an app. This one would probably be trivial to implement in my app, but it might be nice...
Data classes with null property values are serialized with those values as a string literal with a value of "null" instead a null literal. Jackson then attempts to de-serialize the...
I'm working on a photobooth for my wedding. This was very useful, thank you. The biggest changes here is that it's no longer relying on a hardware button, and it...
This crash happens occasionally when copying text in another application. At the moment of the crash, I'm not interacting with the Compose application at all. ``` Exception in thread "AWT-EventQueue-0"...
### SQLDelight Version 1.5.1 ### Application Operating System Android ### Describe the Bug The SQLDelight paging3 extension does not properly handle refresh. https://github.com/cashapp/sqldelight/blob/de0ad1af76a6cc795e2c30ac0c76c635ee049d94/extensions/android-paging3/src/main/java/com/squareup/sqldelight/android/paging3/OffsetQueryPagingSource.kt#L40 This line could be something like: ```kotlin...
It's possible my issue lies elsewhere, but adding a "setlocal expandtab" to cabal.vim fixed it. Prior to that, newlines in nested conditionals were inserting tabs into my cabal files.
To fix this, you can use a ClipDrawable. ```kotlin val clip = ClipDrawable(deleteIcon, Gravity.RIGHT, ClipDrawable.HORIZONTAL) clip.level = (-dX.toInt() - deleteIconMargin) * 10000 / deleteIcon.intrinsicWidth clip.setBounds(deleteIconLeft, deleteIconTop, deleteIconRight, deleteIconBottom) clip.draw(c) ```...
It would be nice to be able to control the state from outside of the widget. In my use case, I have a text entry that changes the current color.
### Version Information Server Version: 2.36.3 ### Environment OSS ### What is the current behaviour? query: ``` {"operationName":"updateUser","variables":"updateRoles":[]},"query":"mutation updateUser($updateRoles: [user_role_updates!]!) { update_user_role_many(updates: $updateRoles) { affected_rows } }"} ``` returns: ```...