rusty-snake

Results 241 comments of rusty-snake
trafficstars

I did not tested it but it looks like you can do it on unrooted Andrpid via `chrome://flags/#enable-command-line-on-non-rooted-devices` Although it does not feel good because > Enable reading command line...

FWIW: "Disable V8 Optimizer" option was brought to Android.

It does not crash for me. `OnBackPressedCallback` seems to be invoked and the previous "page" is shown instantly. SCEE 58.21 GrapheneOS (AOSP 14 QPR 3)

For me, every crash that triggers the "SCEE crashed, send email?" pop-up also triggers an `while (true) { write_clipboard() }`. I usually handle it by swiping SCEE out of recently...

WFM - SCEE 58.22 - AOSP 14 QPR3 - Gesture Navigation Related: #613

- [ ] [AddRoadName.kt](https://github.com/Helium314/SCEE/blob/v61.0-beta1/app/src/main/java/de/westnordost/streetcomplete/quests/road_name/AddRoadName.kt) - `AllCountriesExcept("JP")` - [ ] [AddTrafficSignalsVibration.kt](https://github.com/Helium314/SCEE/blob/v61.0-beta1/app/src/main/java/de/westnordost/streetcomplete/quests/traffic_signals_vibrate/AddTrafficSignalsVibration.kt) - `AllCountriesExcept("BG", "FI", "RU")` - [ ] [AddSummitRegister.kt](https://github.com/Helium314/SCEE/blob/v61.0-beta1/app/src/main/java/de/westnordost/streetcomplete/quests/summit/AddSummitRegister.kt) - `NoCountriesExcept("AT", "CH", "CZ", "DE", "ES", "FR", "GR", "IT", "RO", "SI", "SK",...

Not an expert in all topics but the current list looks good (overall). > AddAcceptsCash.kt It is to spammy in some countries/regions/cities where cash/cash-only is the norm. However it is...

If you set `kernel.unprivileged_userns_clone=0` you have to replace `bubblewrap` with `bubblewrap-suid`. I'm unsure if bwrap is invoked during install. During run it is.

Since this is only possible if there is only one key used for coloring, I'd suggest the following logic: If the key is `!` and `` ends with `:colour` this...