Javier Iserte
Results
2
issues of
Javier Iserte
When a piece of code has two pipes, one nested inside another like in example code below: ```R c("1", "2", "3", "4") |> sapply(function(x) x |> runif() |> mean()) |>...
help wanted :heart:
false-positive
Type: Bug I have two remotes configured: - github, that points to github - origin, that points to another git server. I have configured my .vscode/settings.json to include: ```json {...
bug