Hadley Wickham

Results 910 issues of Hadley Wickham

VS code uses `.dark-mode`: https://code.visualstudio.com/api/extension-guides/webview#theming-webview-content pkgdown uses `[data-bs-theme="dark"]`

Fixes #192 This turned out to be rather straightforward to implement after all the refactoring, and while it's unlikely to affect much user code, I think the changes to the...

@lionel- has a hack to fix this: ``` r evaluate::evaluate(c( "on.exit(print('bye'))", "print('hi')" )) #> #> Source code: #> on.exit(print('bye')) #> Text output: #> [1] "bye" #> Source code: #> print('hi')...

Want to consider once last time whether or not it's worth evaluating `print()` in `envir` so it can find any newly defined S3 methods.

Imagine building this Rmd/qmd in RStudio (with colour support) to generate a PDF (without colour support): ```` ```{r} #| error: true cli::cli_abort(c(x = "Error")) ``` ```{r} cli::cli_abort(c(x = "Error")) ```...

feature

As well as including in output. To make it easier to notice when your code has warnings that it shouldn't.

feature

This would require adding a dependency (albeit a very lightweight one), but it makes it much easier to include a mix of fixed text and variable data in log entries.

So we remember all the tasks that we assigned to folks and can repeat in future years. * [ ] Plan issue labelling extravaganza (https://github.com/tidyverse/tidy-dev-day/issues/36) * [ ] Post it...

https://developer-success-lab.gitbook.io/code-review-anxiety-workbook-1

Need some one at building entrance greeting folks and making sure people know that they’re in the right place. You might want to make some kind of sign so folks...