Garrett Catlin

Results 11 comments of Garrett Catlin

Also regarding the Data View pane is the scrollbars on Windows. Can be fixed by adding the below to the new ds_grid.css above: ``` /* fix scrollbars for data view?...

I mistook it for --ds-tab-gradient-light before, it's actually --ds-tab-gradient-dark and is fixed easily by adding .GND-IWGDKS to the following section in the css file: ``` /* Source editor tab overflow...

@davidyshen Works beautifully! Thank you :)

@gadenbuie @HenrikBengtsson I ran into the same issue and putting this as a keybinding seems to source `.Rprofile` upon restart: ```json { "key": "ctrl+shift+f10", "command": "runCommands", "args": { "commands": [...

I should note that I use VS Code with Windows and this doesn't happen there.

Hi there, thanks for the quick response! ### Install via Remotes On installing dev version from remotes:: ```r remotes::install_github("r-arcgis/arcgislayers", force = TRUE) remotes::install_github("r-arcgis/arcpbf", force = TRUE) # restart R devtools::package_info(c("arcgislayers",...

#212 specifically regards the ``` Error in `arc_select()`: ! `as.integer(page_size)` must be a whole number or `NULL`, not an empty integer vector. ```

+1 on this. I've found that an `.rmd` that otherwise knits to word just fine will throw the corrupt error message if I even have `library(officedown)` included at all (not...

@davidgohel Ah, I see thank you! I've been messing with output to word just this week and your packages have been invaluable. Sorry for the error and thanks for all...

@davidgohel Thanks for the information! I still don't think the line `faithful[, nonsense := eruptions + sqrt(waiting)]` should print as it is equivalent to ``` # make same operation faithful...