Hadley Wickham
Hadley Wickham
Another option (which will have substantial benefits in the long term) is to convert vignettes that use `bookdown::html_document2` to quarto, since that will get you back on the fully supported...
I think you'll need to provide more compelling evidence that this is a problem: ``` r library(dplyr, warn.conflicts = FALSE) identity Caused by warning in `identity()`: #> ! fake warning...
Related to #363?
Oh sorry, I meant #768
Is the problem being tracked on the connect side too? Obviously it will need a change before we can use a different client side strategy.
Reprex: ```R td No deployment of /Users/hadleywickham/Documents/rstudio/rsconnect to 'bar' on colorado.posit.co found. ``` I think the problem is that `forgetDeployments()` calls `deploymentConfigFile()` directly, rather than looking up the `deploymentFile` from...
This would require splitting the parameters in two (i.e. number of requests and time limit). But are you sure you need this? Most modern APIs will return a rate-limit header...
I recently learned about the idea of token buckets, which work something like this: ```R token_bucket
Probably need to locally set `options(crayon.enabled = FALSE)`.