Hadley Wickham

Results 2594 comments of Hadley Wickham

A bit more exploration. After a fresh checkout of usethis, I see: ``` [core] bare = false repositoryformatversion = 0 filemode = true ignorecase = true precomposeunicode = true logallrefupdates...

I pruned a bunch of those old branches from usethis, then ran `git prune --fetch` and restarted RStudio. That gave me: This is making think that this isn't usethis's responsibility.

This seems fine for me: ``` r library(vroom) x [1] "vroom-d609462988c" rm(x) . character(0) ``` Created on 2023-08-01 with [reprex v2.0.2](https://reprex.tidyverse.org) @kbzsl are you on windows too? This might be...

You probably wanted to use `xml_find_lgl()` here, but in general I'm not sure how xpath types should interact with these functions. I think the ideal would probably be to throw...

I'm not sure there's much we can do here, but leaving open because I have some suspicions that something is going wrong with the way we pass the options from...

Thanks for the suggestion! Will definitely consider it when I'm next working on multidplyr.

This would be a good project for a team of folks who really love purrr 😄

If we're going to do this, I think the place to start would be a survey of the `LIKE` synax for all the backends that we currently support. Then I...

Can you please give me a suggested reading guide for this PR?