@CodeWithLuca

Results 12 comments of @CodeWithLuca

Hello all, thanks for the great project, after steps from comment: - https://github.com/yume-chan/ya-webadb/issues/349#issuecomment-1084091053 I also don't see any Direct Sockets button. Here is my version (google-chrome-stable arch linux) ` Google...

> are you on the stable channel? Yes, I should be: https://aur.archlinux.org/packages/google-chrome

One idea might be to do this: ```kotlin bottomSheetNavigator.saveableState("isVisible") { Napier.d( tag = "push", message = "Bottom Sheet ${bottomSheetNavigator.isVisible} ${bottomSheetNavigator.items} ${bottomSheetNavigator.lastEvent}" ) if ((bottomSheetNavigator.isVisible).and(bottomSheetNavigator.lastEvent == StackEvent.Idle)) { // navigate to...

I am having the same issue, have you solved it?

@Noleli Hi, I have followed the guide on reddit (or better to say on tonymacx86), after doing so I can see my hipdi resolutions on rdm but clicking on those...

Hello, I am not sure if it works because I still don't have a motor to test, but it seems that if you turn on calibration: `zigbee2mqtt/FRIENDLY_NAME/set` `{"calibration": "ON"}` then...

This feature would be awsome as state above to run automated testing with different bodies.

Just a quick note, I don't have this issue with ### KMPNotifier and Kotlin version: kmpnotifier version: 1.3.0, kotlin version: 2.0.21

Hello, I'm unable to reproduce it. Don't know why. I think I got this issue while not using your plugin but with my custom scraper. Anyway, adding ``` allow_redirects=False, ```...

Theoretically this is possible, because kotlin has interoperability with swift: https://www.jetbrains.com/help/kotlin-multiplatform-dev/compose-ios-ui-integration.html#use-compose-multiplatform-inside-a-swiftui-application