Sora Nai
Sora Nai
It is required to add a check for an existing file, if it was created by your app locally and is not registered with `resolver`. (Got NPE `cursor` is null)...
@alexdarh тебе нужно отдельно подключить зависимость `play-services-location`, т.к. при определении местоположения, устройство обращается к Location API от Google. ```kotlin /* Map */ implementation("com.google.android.gms:play-services-location:17.0.0") implementation("com.yandex.android:mapkit:3.5.0") ```
I found next: if your terminal emulator consumes the `clipboard-copy` action by `Ctrl+Shift+C` then micro will have `Copy : Ctrl+C`. Otherwise, if your terminal emulator consumes the`clipboard-copy` by `Ctrl+C` then...
@gokcehan check this thread https://github.com/philj56/tofi/issues/41
I use the following rules: hypr.conf ``` # Jetbrains products windowrulev2 = float,floating:0,class:^(jetbrains-.*),title:^(win.*) windowrulev2 = float,class:^(jetbrains-.*),title:^(Welcome to.*) windowrulev2 = center,class:^(jetbrains-.*),title:^(Replace All)$ windowrulev2 = forceinput,class:^(jetbrains-.*) windowrulev2 = windowdance,class:^(jetbrains-.*) # allows IDE...
@AndCake Thank you