mwoz123
mwoz123
Looks similar to this one: [Flexbugs: Column flex items set to align-items: center overflow their container](https://github.com/philipwalton/flexbugs#flexbug-2) found here: [canIuse / Known issues tab](https://caniuse.com/#feat=flexbox) ;)
Not sure if it helps but IFAIK element can force being focusable using html "tabindex=0" attr: https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/tabindex Aslo anchor requires "href=" attr so it can be forcusable, that's why it's...
>chezmoi does use the config file specified by --config for all other commands. Can you confirm this? from what I see it looks it doesn't. my config for `dchezmoi` alias...
+1 for stream result. Any chances to be implemented?
Sure I'll. Just didn't understand why it couldn't be generated..
No, I believe it's not implemented or thoose browsers doesn't expose api for this.
Awesome news:) how about creating `keymap.js` config file and exposing `editor` property so it set to vim keymap?
Same thing on MyPhone pocket pro - plain Android 9.0 (with GMS) phone. App version :5.0.5 @mpszczolka I belive log can be obtain by 'adb logcat' - example : https://support.esri.com/en/technical-article/000017058...
Ps: @mpszczolka maybe you should rename issue title to '(..) android 9' (instead "(..) Xiaomi Redmi 7" as it seems more general. So more users should find it and "vote"...
Not sure what is used in code but it seems from `AlarmManager` might be right schedluer for android 9+: https://developer.android.com/guide/background I don't know kotlin so I'm not sure. Here's another...