Tom Mock
Tom Mock
Does #3839 solve this problem for you?
> The command `View()` like in `R` would be highly useful. > > > > Searching objects / dataframes over and over again in the `Viewer Pane` list is painful...
I have this working locally now: ```r library(gtExtras) d #mutate(b = ifelse(is.na(b), "", b)) |> gt() |> sub_missing(missing_text = "") |> gt_badge(b, palette = c("red", "blue"), rows = !is.na(b)) ```...
Thanks for the kind words and interest @Vinnish-A ! We currently support Python 3.8 to 3.12 as seen in the Wiki: https://github.com/posit-dev/positron/wiki#python-prerequisites -- that may be the specific issue you...
I agree this is a nice "quick filter", but quite different from our existing implementation. Taking some notes for the future on this. In RStudio this is: * Global search...
Also requested in: https://github.com/posit-dev/positron/discussions/4746
The team has added initial preview support for both GitHub Copilot (inline completions) and GitHub Copilot Chat, which will be made available in the next stable release, Positron 2025.10.0.
We should also have exclusions for hidden files/folders like `.git`, `.venv`, `.ssh`, as well as binary/data files, and some opinionated `.dotfiles` like `.Rproj` if we aren't already. For example, in...
I have this partially resolved locally. Looks like there is an upstream issue in `scales`: https://github.com/r-lib/scales/issues/413
Observed a user in the wild for a user unable to find R initially after their admin upgraded images. > Ah totally missed that since Positron listed all of my...