sunny-chung

Results 7 comments of sunny-chung

How about only counting as "confirmation" if the time difference between two clicks are greater than an interval, say 0.5 seconds? This saves users from an unintended double-click. An animation...

Because a `delay()` or `Thread.sleep()` must be introduced in order to make `performClick()` works after a `performTextInput()`, even if there is a `mainClock.advanceTimeBy()` or `waitForIdle()`. Perhaps it is another bug,...

I tried to take away `Window()`, but the test never proceeds. Besides, I encountered the same exception (but different error message) in two more scenarios while running tests. The second...

I tried to create a minified reproducer but could not, so I could only provide a big one. Git Repository: [email protected]:sunny-chung/hello-http.git Commit: a0572edfcc4fea119d68e5cd52c43e9124224cfb 1. Run `./gradlew :test-server:bootRun`. Wait until `Started...

Hi @elijah-semyonov I am running on a M2 MacBook Pro. I can only provide the project I am working on to you, as I am not sure what is going...

~It apparently only reproducible with IntelliJ IDEA and after I upgraded Compose Multiplatform from 1.6.0-rc02 to 1.6.2.~ It only happens while launching the application. I did have running lots of...

I have just reproduced with: 1. Run the gradle task `run` with IntelliJ IDEA. 2. Without closing the application, run a test case in the "ux-and-transport-test" module of the project...