jimgoog
jimgoog
On the Compose side, I don't think we can reasonably afford to break binary compatibility here. This bug would impact virtually all inline composable functions, of which there are many....
Pushed a new version with a fix for the null warning.
Pushed updates to address code review comments, so those should be good now. With regards to unit tests, maybe I'm just not familiar enough with this repository setup. Can you...
I was able to reproduce the exception. I had forgotten that the shading technique used in this repository appears to just blindly replace character sequences including string constants, so it...
@igordmn Do you know the status of this bug / based on the last comment it is unclear if it should be closed or if it remains open for reasons?
I managed to get my machine into the failing state. Ran `./gradlew :benchmark:benchmark-common:dependencies --no-daemon --stacktrace --info --stacktrace --debug --scan &> gradle-issue-21088.log` to get a log file: [gradle-issue-21088.log](https://github.com/gradle/gradle/files/9262677/gradle-issue-21088.log) Deleting ~/.gradle/ didn't...
This is one of those places that is a perfect opportunity for the community to create and share. Any time that the core CFD developers spend writing widgets is time...
@adamsiembida > I've been using JavaFX for a lot of apps, and it does everything I need, so why switch over to a new tool that is missing a lot...
@davidwhitman Yep, that's fair/true. Once you take the escape hatch, the content within your data table would likely end up being Swing/JavaFX too. Also, I doubt their data table provides...
@asapha Do you have a consistent minimal repro of the bug? Hard to fix+verify with just a stack trace, would be great to get a consistent minimal repro attached to...