Scott Chamberlain

Results 1293 comments of Scott Chamberlain

Right, in ruby, python and other lang versions of vcr there's no such thing as writing to disk as part of the data that's written to and read from cassettes...

As in retry until a non error response? Or something else?

Good idea 👍🏽

We have https://docs.ropensci.org/vcr/reference/vcr_configure.html#arg-filter-request-headers Are you thinking of doing it automatically for users?

Perhaps we can alter existing filters to do exclude and include

@maelle yes, `Authorization` headers are now always removed

Thanks for the issue @Aariq I'll have a look but i'm guessing it's because the streaming fxns don't have a hook for vcr to hook into like the normal http...

yeah if you look at code for both the parallel and stream perform functions there's no `mock` param which is what we use to hook into the `httr2` package. when...

opened an issue https://github.com/r-lib/httr2/issues/651 to see if would be considered or not to add mocking ability

hadley +1'ed it, i'll have a go at contributing the change over there