Mike Chevett

Results 6 comments of Mike Chevett

I'm very interested in getting this working for ios13. However, `cordova-ios` has switched the webview to WKWebView(see https://github.com/apache/cordova-ios/pull/773). Before `cordova-ios@6` this plugin could keep my app running indefinitely. After upgrading...

This appears to work for me. rabbit: `3.2.4` node-amqp: both `2.0` and `master` node: `v0.10.31` I can run `sudo rabbitmqctl list_channels name confirm` and I see that my channels are...

looks like you've got html in your script tag... or someone else does. ![image](https://cloud.githubusercontent.com/assets/1141615/2830312/89a3b6c8-cfad-11e3-8a76-f356560bd38e.png)

i got it working by first adding an empty file dummy.js then modifiying my `component.json` to include a `"scripts":["dummy.js"]` Then I had to reference the component with an explicit version...

I am having the same problem here. I push to dev branch. Then if it all looks good I push to master, but strider fails with the raw_author message.

This appears to be a bug with bitbucket. The commits array from bitbucket is empty, so there is no way to tell strider what to build. There appears to be...