Simon Escobar Benitez

Results 15 comments of Simon Escobar Benitez

i already resolve the issue with the following code, but i think is hacky. i would appreciate any feedback, thanks ``` js export default Ember.Component.extend({ didInsertElement: function () { let...

unfortunately, that didn't work 😞 i'm still getting `(ExVCR.RequestNotMatchError)` from previous cassette ``` ** (ExVCR.RequestNotMatchError) Request did not match with any one in the current cassette: test/fixtures/vcr_cassettes/oembed-youtube.json. Delete the current...

i have a similar issue with parallel requests being made https://github.com/parroty/exvcr/issues/127 (sorry i just found this issue), i think both are related. i also added a minimum code sample of...

getting a channel can be configurable, that would be a great PR, maybe passing a keyword options to set the timeout so it can be modified in each case independently...