Kasper Garnæs

Results 11 comments of Kasper Garnæs

`siddharthkp/ci-env` does not seem to be moving. If this project wants progress an alternate solution would be to migrate to https://github.com/semantic-release/env-ci.

Another options is [Asset Packagist](https://asset-packagist.org/) which makes Bower and NPM available through Composer. I like the idea there are currently some caveats regarding placement that I am not too keen...

See hechoendrupal/drupal-console-extend-plugin#23 for the real issue.

Since we are injecting our own `\SoapClient` subclass, `\VCR\Util\Soap\SoapClient`, would it be possible in the constructor to: - Intercept the WSDL url in the `\VCR\Util\Soap\SoapClient` constructor and download it locally....

The TravisCI failure seems to be caused by a third party WSDL not being loaded.

Politely bumping this. I revisited PHP-VCR and had to debug mismatches between requests and cassettes again. The changes in this PR came in handy again. The WSDL issue is gone...

This seems related to #14. More logging would be very nice but I am not sure what would be the best way to go about this. I find logging inside...

Both in general and for PHP-VCR specifically. For PHP-VCR things that happen differently than expected could be: 1. PHP-VCR is not turned on because of missing explicit command and wrong...

Point 3 has been addressed by `VCR::MODE_ONCE`. #157 is a stab at addressing 4.

I'm glad you find the project useful. There is no simple way of solving the problem you describe. That is just the way git submodules work. You could consider using...