Scott Chamberlain

Results 1293 comments of Scott Chamberlain

hacked a bit on locally, try this on a branch ```r permissions_user_bucket 0) %>% map(\(user) { attr(user, "pols") %>% rowwise() %>% mutate( user = user, resource_arn = list( latest_policy_doc(PolicyArn %||%...

As a separate package now at https://github.com/getwilds/rls

Necessarily means need to make sure there's no order of tests cases

Tried this locally and ran into a lot of issues where errors happened randomly because we have a shared either local AWS like thing (localstack or minio) or remote (AWS)...

Note that you'll lkely need to send a new version to CRAN

- There's https://books.ropensci.org/http-testing/real-requests-chapter.html#how-to-make-real-requests - you can turn vcr off with an env var and do e.g., `VCR_TURN_OFF=true Rscript -e "devtools::test()"` - There's the config option `re_record_interval` - see https://github.com/ropensci/vcr/blob/main/R/cassette_class.R#L513-L548 -...

we can move this to the next milestone unless you want to address for v2

Thanks @Aariq Yep, that's not the correct behavior. Thanks for the comment. Sorry I haven't got around to this yet.

There's no way AFAICT to gather the existence or value of `path` with a http request using `httr2::req_perform`. I think it's because we're grabbing the request at this point https://github.com/r-lib/httr2/blob/main/R/req-perform.R#L81-L87...