Hadley Wickham

Results 2590 comments of Hadley Wickham

Is there some reason that chromote can't use the new headless mode? What am I missing?

LGTM. Feel free to squash-merge when you're done.

Can we detect if we're running connect and/or workbench and add an extra hint to the error? ``` Error in DBI::dbConnect() : ✖ Failed to detect ambient Snowflake credentials. ℹ...

FWIW this breaks the VS Code shortcut for toggling visibility of the secondary side bar.

@DavisVaughan did this and got the number of parallel workers permanently bumped 👏

Great, thanks. I'll probably submit testthat to CRAN on Friday, but you'll still have a couple of weeks after that for the CRAN deadline.

Sorry, meant to link to the PR, not the branch: https://github.com/r-lib/httr2/pull/527/files

Minimal reprex: ``` r library(dbplyr) library(dplyr, warn.conflicts = FALSE) a Joining with `by = join_by(x)` #> Joining with `by = join_by(x)` #> #> SELECT `df...1`.*, `y2`, `y3` #> FROM `df`...

@dmenne what dplyr code are you using?

@krlmlr specifically with Acess, or more generally?