Joined May 2011
·
Achievements
121 Karma
10,401 Total ProTip Views

Forked
Have a project valued enough to be forked by someone else

Mongoose 3
Have at least three original repos where Ruby is the dominant language

Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos

Raven
Have at least one original repo where some form of shell script is the dominant language

Mongoose
Have at least one original repo where Ruby is the dominant language

Nephila Komaci
Have at least one original repos where PHP is the dominant language

Charity
Fork and commit to someone's open source project in need
I'm testing it in Chrome Desktop. Unfortunately Batarang does not work when inspecting a Cordova/PhoneGap application through
chrome://inspect/#devices
What do you mean with Cordova calls? Our API calls are working both on Chrome Desktop and Android. For data persistence we use the Cordova-SQLitePlugin on Android and WebSQL when debugging on Chrome Desktop.
In case you want to profile certain function calls on Android you could use
javascript console.time('FunctionName'); myFunctionCall(); console.timeEnd('FunctionName');
and check the console output in developer tools.