Scott Chamberlain

Results 1295 comments of Scott Chamberlain

@maelle any time to test this? no worries if not

Thanks @aaronwolen ! Good idea. Right now `query` is expected to be a named list https://docs.ropensci.org/webmockr/reference/wi_th.html#details So if we allowed e.g., `wi_th(req, query = including(foo = "bar"))` would that confuse...

The other thing about this is what if a user needs to pass an already created list. e.g., ```r x = list(a = 5, b = 6) including(x) # as...

Pushing this off until the next milestone. Will give us more time to make sure this is thought through well; supporting partial matching on bodies is going to be complicated,...

well partial would only work directly with webmockr, not via vcr - an example would be: if you think you may change some aspect of the request in the test...

@dcaud thanks for this. a few questions and a comment - why couldn't you use it on shinyapp.io? - so this package is slower than your script above? do you...

1. that makes sense 2. ok, no worries 3. 😸

closing, thanks for dropping in