Results 40 comments of Antonio Facciolo

`cordova plugin add cordova-plugin-video-player`

You need to delete any reference to the plugin in the `config.xml`, `package-lock.json` and `package.json`

I found why... we could also change [this](https://github.com/moust/cordova-plugin-videoplayer/blob/master/package.json#L6) to be the right plugin id

That's not true at least for me, I'm using cordova 8.0.0 and as long as the plugin is already in the `node_modules` folder I get the error. I'm using also...

I get the same problem too. This is my stack trace: ``` # /home/antonio/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/webmock-3.4.2/lib/webmock/http_lib_adapters/net_http.rb:114:in `request' # /home/antonio/.rbenv/versions/2.5.1/lib/ruby/2.5.0/net/http.rb:1213:in `get' # /home/antonio/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/capybara-2.18.0/lib/capybara/server.rb:82:in `block in responsive?' # /home/antonio/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/webmock-3.4.2/lib/webmock/http_lib_adapters/net_http.rb:123:in `start_without_connect' # /home/antonio/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/webmock-3.4.2/lib/webmock/http_lib_adapters/net_http.rb:150:in `start' #...

Hi, yes I cannot post my source code... I'm new to rspec / capybara so I don't know yet how to reproduce it with a sample. I'm currently using another...

The exception is needed because the code following the line `return unless request.get?` is safe, because it gets executed only for GET requests, since `request.get?` is TRUE only for GET...

What is the status of this PR? It would be great to update the SVGO package to the latest v2. Currently the version of SVGO used doesn't allow to fix...