Kiet
Kiet
Would like an @Ignore or @Disable annotation for this.
Add support for exporting 1 or more bitmaps/views to a PDF file. Use case: - Creating generatable math work sheets for students
Example: ``` suspend fun putData(): Any { val response = restClient.put( "users/bob/name.json", """ { "first": "Jack", "last": "Sparrow" } """.trimIndent() ) return response } ``` Example test: ``` @Test fun...
https://blog.jetbrains.com/kotlin/2022/06/introducing-kotlin-build-reports/
To replicate: ``` Korge(width = 512, height = 512, bgcolor = Colors.RED) { val views = injector.get() val image = solidRect(100, 100, Colors.YELLOW) { rotation = maxDegrees anchor(.5, .5) scale(.8)...
- Fixes #2150 - Added setting to control caret blink duration or to make it static. Also useful for tests.
Currently when u click in the input, no blinking cursor appears so it's not clear if it's currently being focused on. Example when I click the text input for "Login"...
Tested in Korge sandbox OnScreenController.