Sefa Ilkimen
Sefa Ilkimen
Hi Gary, the launcher script is failing on my OSX machine, when I'm trying to run it with a local storage folder. Do you have an idea? ``` MAC-SILK:grav-playground sefa$...
Hi guys, thank you for this invaluable tool! I'm using httpbin.org to implement and test features on my OSS Cordova plugin. Now, I need to write some tests for HttpOnly...
Hi guys, nice tool, keep up the great work! I am using this tool to create sprites for animations on Arduino based microcontrollers (having limited storage). I am using the...
Enabling SSL pinning does not fail when certificates in wrong format (e.g. PEM encoded one) are used on iOS. But later on the app crashes when you try to send...
The step indicators have a white background instead of being transparent. I think the problem is caused [here](https://github.com/eberlitz/material-steppers/blob/master/dist/material-steppers.css#L353) You can see the white frame in this screenshot: ![bildschirmfoto 2016-11-07 um...
Removed `cordova.addConstructor` and using module pattern instead.
I like your approach as I use node-webkit for debug purposes of our cordova apps. But it's not clear to me how to use that. Do I have to add...