Hadley Wickham

Results 2587 comments of Hadley Wickham

This is sort of the opposite of a scrollburglar because you can't scroll to see the full title.

Hmmm, I think this is going to be tricky to solve because currently the width of the dropdown is set by the maximum width of the text because `.dropdown-item` has...

Ok, I'll finish this off 😄

This looks correct to me ![Screenshot 2024-04-23 at 08 55 53](https://github.com/r-lib/pkgdown/assets/4196/10876d9d-279c-4155-82e9-62251af6fbdf)

Fixes #2476 — @maelle this is good for review when you get back.

Let’s merge this and then think of the mobile issue separately (#2512).

IIRC. this is trickier than it looks because if you've run out of stack space, it's possible that no other code will work. So I'm a bit sceptical we can...

I think unfortunately it's not going to be worth making changes to testthat here — it certainly would be nice to handle infinite recursion better, but it's going to require...

Could you include a simple test case too? I think using `vec_c()` should be sufficient?

Actual reprex: ``` r library(readr) csv e.g.: #> dat problems(dat) ``` Created on 2023-07-31 with [reprex v2.0.2](https://reprex.tidyverse.org)