Jennifer (Jenny) Bryan

Results 705 comments of Jennifer (Jenny) Bryan

GitHub's [support for default branch renaming](https://github.com/github/renaming#renaming-existing-branches) means that, in general, pull requests that target the default branch will be correctly re-targetted. However, there are some edge cases, where this is...

I have moved the default branch from `master` to `main` here (and elsewhere)! When I ran `usethis::git_default_branch_rename()`, I saw this output, which might require some follow-up: ``` ✓ Default branch...

@patr1ckm Can you post a reproducible example of a request that fails due to this? Specifically, a live example of an API that returns a retry-after header with casing that...

OK here is the reprex. It's a bit fiddly to show because, of course, the wrong behaviour happens when `quiet = TRUE` but then that also makes `RETRY()` stop messaging...

Related: gargle's vignette on how "it" (I? we?) think wrapper packages should handle auth: https://gargle.r-lib.org/articles/gargle-auth-in-client-package.html Obviously I had the luxury of focusing on Google API's, which makes it possible to...

We have no immediate plans to do anything about this here in httr. But if anyone else comes through with experience with less-than-ideal token refresh errors, it would be interesting...

> What do you do? Locally, I have unencrypted and encrypted file in `tests/testthat/`. The unencrypted file is gitignored but not Rbuildignored. When I build a tarball for CRAN I...

I think my last synthesis still basically holds up.

Yeah I'll tackle this. I still have to develop gargle advice on what to do with OAuth tokens. Even if it's a suboptimal workflow (vs service tokens), some people will...

I *think* it should allow `NULL` at the very least. But maybe that argument shouldn't even be there? I'd have to look more closely and maybe learn more about service...