Simple. Config.xml: <preference name=”DisallowOverscroll” value=”true” /> <preference name=”UIWebViewBounce” value=”false” />
error: RPC failed; curl transfer closed with outstanding read data remaining
There are usually issues with cloning large repositories over http. this can be due to web server settings, the backend and etc. Well today I had to clone a big repo off a phabricator instance and I was getting “error: RPC failed; curl transfer closed with outstanding read data remaining” all the way. after lots… Continue reading error: RPC failed; curl transfer closed with outstanding read data remaining
Run and monitor Laravel Queue using PM2
In most cases you’d use supervisor.d or some other monitoring daemon to after queue worker process in Laravel applications, However the propose of this post is just to say that you can use PM2 to run and monitor your artisan process. Basically the reason I go with pm2 is that I have few nodejs scripts… Continue reading Run and monitor Laravel Queue using PM2
Fix: OnePlus 5T Face Unlock Slow Down
Did your shiny Oneplus 5T Face Unlock slow down? I still remember how instant I could get to the home screen once I setup my face unlock on my brand new Oneplus 5T a month ago, but few days back I got to notice that there is a delay between when Facial recognition is done… Continue reading Fix: OnePlus 5T Face Unlock Slow Down
Fix Cordova issue with Gradle Wrapper missing From Android SDK in MAC.
Out of the sudden I was not able to build and run my cordova projects on my android phone by getting “Error: Could not find gradle wrapper within Android SDK. Might need to update your Android SDK.” . It was not a normal SDK issue. after looking around it turned out that Google has changed… Continue reading Fix Cordova issue with Gradle Wrapper missing From Android SDK in MAC.