Mukul Joshi
Mukul Joshi
You need to set the variable (g:gruvbox_contrast_light or g:gruvbox_contrast_dark) before setting the colorscheme. This is from my .vimrc: ``` set background=dark let g:gruvbox_contrast_dark='hard' colorscheme gruvbox ``` From my understanding, `g:`...
I was facing this [issue](https://github.com/hannesa2/paho.mqtt.android/issues/249) with room database on the @hannesa2 fork. If someone else is facing this, you can use [my fork](https://github.com/mukul29/paho.mqtt.android). I made changes over the latest release...
You usually need root permissions to enable ADB over Wi-Fi unless you're using a custom ROM which allows you to do it. See this [thread](https://stackoverflow.com/questions/2604727/how-can-i-connect-to-android-with-adb-over-tcp#3623727) on Stack overflow for more...