Hadley Wickham

Results 1106 issues of Hadley Wickham

``` r g ** on.exit called coro::loop(for (i in g()) { stop("boom!") }) #> Error in eval_bare(loop, env): boom! coro::loop(for (i in g()) { break }) ``` Created on 2024-09-11...

Not sure how much work this will be, but hopefully it's just a matter of teaching covr to recognise S7 method registration and add the instrumentation to the right place.

second-ed :blue_book:

From @cpsievert > Could cover a lot with just scatterplotdensity/barchart. Transient vs persistent selection, absolute vs marginal frequencies, limitations of brushedPoints()/nearPoints() (e.g., when the source of selection is a summary,...

action :athletic_shoe:
second-ed :blue_book:

Is it possible to use paws to authenticate a request that I'm making with httr2? I want to perform a request to the bedrock runtime `ConverseStream` operation using the (very...

e.g. https://gitlab.gnome.org/GNOME/libxml2/-/issues/211

feature

* [x] Symbol stripping on mac * [x] Linux binary size

I think it would be nice if this: ``` r tibble::tibble(x = stop("!")) #> Error in eval_tidy(xs[[j]], mask): ! ``` Looked like this? ```r tibble::tibble(x = stop("!")) #> Error in...

help wanted :heart:

* Something about `{}` containing multiple expressions * Don't put `{}` in function calls * `{` continues the previous expression * `}` is on its own line (but might be...