Alex Facciorusso
Alex Facciorusso
Some libraries, like the one that was linked in the previous comment, have to misuse (e.g. access via introspection) some parts of the API that are not normally accessible. Furthermore,...
Yesterday I have found a way to retrieve the SkiaLayer without using reflection, via scanning the components recursively from the `ComposeWindow`: ```kotlin private fun findComponent( container: Container, klass: Class, ):...
@MSDarwish2000 in reality, I was working on that already too, and I might already have something semi-working 🤣. I might make a PR also about that feature in your library...
Hi! I back this up, and if I find where the problem is (unless it's immediate for anybody), I might even make a PR
I would suggest renaming "handicap" to "accessibility"!
Is this going to be picked up?
I am looking at the compose-multiplatform code to check if there is anything that can be done from within the repo, but the clues bring to [androidx.compose.desktop.ui.tooling.preview.runtime.NonInteractivePreviewFacade](https://cs.android.com/androidx/platform/frameworks/support/+/androidx-main:compose/ui/ui-tooling/src/desktopMain/kotlin/androidx/compose/desktop/ui/tooling/preview/runtime/NonInteractivePreviewFacade.kt;l=46?q=androidx.compose.desktop.ui.tooling.preview.runtime.NonInteractivePreviewFacade) which uses a...
I could work on this if I find some spare time!
Agreed, this should be the default in docker by now
Question: will the automation feature be released for self-hosted (free)?