Elio Campitelli

Results 93 issues of Elio Campitelli

The app reports the number of search results for all orientations, even when filtering by orientation. ![image](https://user-images.githubusercontent.com/8617595/70961000-65cae880-205f-11ea-8ded-4f1fff8569c8.png) ![image](https://user-images.githubusercontent.com/8617595/70960985-5a77bd00-205f-11ea-9e0c-5c17360425b8.png) It would probably be clearer to, either print the number of filtered...

bug

In reviewing the Spanish translation I've been making small tweaks and want to see the rendered result. `rOpenScidevguide::orchestrate()` renders the whole book(s), which forces me to wait for the English...

deployment :rocket:

In reviewing the Spanish translation I've found this instance of a section without explicit anchor. An earlier section links to this one using the implicit anchor created by rmarkdown/quarto, but...

deployment :rocket:

`ggplot_add.list()` adds each element of the list using `%+%` instead of `+` here: https://github.com/tidyverse/ggplot2/blob/ca47270fc504193dcf3a29b89408f59df767668c/R/plot-construction.R#L156-L161 The idea is that `ggplot() + list(e1, e2, e3)` should be the same as `ggplot() +...

feature

`facet_wrap()` (and `facet_grid()`) seem to draw panels for values that are not drawn if they are removed using the `data` argument in a geom. So, this draws a panel for...

facets :gem:

[Text references](https://bookdown.org/yihui/bookdown/markdown-extensions-by-bookdown.html#text-references) don't seem to work if the text is split in multiple lines. Example: Create a new bookdown project and go to `02-cross-refs.Rmd` in the sample book and change...

It seems that the `RIG_PLATFORM` environment variable is not being used by `rig add` ``` elio@vm:~$ echo $RIG_PLATFORM ubuntu-22.04 elio@vm:~$ rig system detect-platform Detected platform: Architecture: x86_64 OS: linux Distribution:...

bug

When the label is too long, I get "Error: Cannot create zero-length unit vector ("unit" subsetting)". What is "too long" seems to be device/resolution dependent as the same code worked...