Lorenzo Gaborini

Results 17 issues of Lorenzo Gaborini

Hello, I added some UI enhancements: - the "Skip" button (does not update the status of the pair) - the "Unknown" button (resets the status of the pair to neither...

I was wondering whether anyone is using assertr in Shiny. The idea was to notify users whenever an assertr chain fails by using Shiny's `validate` mechanism. This also keeps Shiny...

Maybe I misunderstand the role of the `ids` parameter, but records with different primary keys should be treated separately. Instead, it seems that `diff_data` detects changes, even if the key...

It often happens that R-IDE spends too much time parsing .Rmd files in Sublime Text. As a result, the files are locked for a good minute until the indexer fails,...

Similar issue to #384. I'm plotting a super simple plot that cycles over discrete states, forcing no transitions. There are 3 discrete states, so I would expect 3 frames. I...

It seems that {pagedown} does not compile the Paged.js directives (like `@page`) when included in a Rmd CSS chunk. Is it by design? No issues is the CSS is externally...

With {cli} 3.6.1. Directly from the examples of `cli_vec()`: ``` r library(cli) x Column names: mpg, cyl, disp, …, gear, and carb. ``` Created on 2023-11-24 with [reprex v2.0.2](https://reprex.tidyverse.org) `vec-sep`...

I can't handle private git repositories (in my case Azure Repos) that require authentication in the URL. The Remote entry is something like: `git::https://dev.azure.com/org/project_git/package`. Starting e.g. from a `new_pkg_installation_proposal("git::https://dev.azure.com/org/project_git/package")`, {pkgdepends}...

bug

With {gt} 0.10.1, it seems that `data_area_fill_color` is applied to all nanoplot columns. The other options seem column-specific so far (I didn't check everything yet)! ``` r library(gt) library(tidyverse) gt::illness...

Type: ☹︎ Bug
Difficulty: [2] Intermediate
Effort: [2] Medium
Priority: [3] High
Focus: HTML Output

### Describe the bug, including details regarding any error messages, version, and platform. With {arrow} 14.0.0, I was able to import a large number of CSVs, merge the schemas, establish...

Type: bug
Component: R
Component: C++
Component: Python