Scott Chamberlain
Scott Chamberlain
e.g., was doing this on `manage-secrets` branch but it's not specific to that branch ... ```r invisible(vcr::vcr_configure( dir = vcr::vcr_test_path("fixtures"), filter_sensitive_data = list( "" = Sys.getenv("AWS_REGION"), "ClientRequestToken" = "something" ),...
At least I currently don't have permission to modify bucket ACLs, so can't test and make sure that `aws_bucket_acl_modify` works. Perhaps with the new test AWS account i'll be able...
> ... and we should get really opinionated what the columns of those data frames should be. _Originally via @seankross in https://github.com/fhdsl/sixtyfour/pull/3#pullrequestreview-1680656213_
The list (add new ones as needed) and how to help users avoid them: - authentication - leaving an expensive process running - messing up permissions
We have a use case where we want to cancel a flow run of a flow/deployment before the next flow run starts. This isn't supported AFAIK in Prefect, so we've...
See https://zed.dev/docs/extensions/languages Zed is my daily driver, so it'd be nice to have there
via #286 > In the long run, it would be better to switch to `webfakes::httpbin_app()`, but this will require some work because webfakes doesn't implement exactly the interface that `vcr`...
For new functions, any major deprecated functions, suggested usages for examples, knitr, ci/cd, etc.
https://github.com/r-lib/roxygen2/pull/1699