Hadley Wickham
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.
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,...
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...
* [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...
* Something about `{}` containing multiple expressions * Don't put `{}` in function calls * `{` continues the previous expression * `}` is on its own line (but might be...