Jennifer (Jenny) Bryan

Results 705 comments of Jennifer (Jenny) Bryan

> Something is wrong with this PR — it's showing much more in the diff than I'd expect. @byapparov Would you rebase this branch on master and force push this...

Hmm, I was just providing instructions from a general point of view. If the diff looks correct and minimal to you, then so be it.

Just to say this somewhere @byapparov, there will be another update to bigrquery, at the very least, when I rework its request and response handling to use gargle. We needed...

Can you try `bq_auth(email = NA)` as per the docs? > Use NA or FALSE to match nothing and force the OAuth dance in the browser See the `email` argument...

That is odd! I can't delve into this right now, but in the meantime here are some things that could help: * Are you sure you've never ... set an...

Thanks @mgirlich!

@mgirlich bigrquery is now failing CI on the `main` branch. In hindsight, even though I approved GHA for this PR, I guess the full live API workflow did not run....

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...

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...

We're ready to rename `master` to `main` here (and elsewhere)! This blog post announces the larger effort and explains how contributors can update their local environments: [Renaming the default branch](https://www.tidyverse.org/blog/2021/10/renaming-default-branch/)...