Colin Fay

Results 195 issues of Colin Fay

``` > cat(readLines("inst/golem-config.yml"), sep = "\n") default: golem_name: aa golem_version: 0.0.0.9000 app_prod: no production: app_prod: yes dev: golem_wd: !expr here::here() > golem::amend_golem_config("plop", "plop") > cat(readLines("inst/golem-config.yml"), sep = "\n") default: golem_name:...

hacktoberfest
Difficulty: intermediate
effort: low

```r golem::install_dev_deps

good first issue
Difficulty: novice

As we do both in a row, every time, these two should be merged

All config manipulation now go through amend_golem_config. This allows to be sure that the !expr are not lost Close #709

As of right now, `options(shiny.autoreload = TRUE)` doesn't work with golem

bug

> "We will rename them to Posit Connect, Posit Workbench, and Posit Package Manager so it’s easier for folks to understand that we support more than just R." https://www.rstudio.com/blog/rstudio-is-becoming-posit/ Todo...

## Feature I want to be able to upload any file inside www, not juste css or JS ## TODO + [ ] Will behave as other writing functions, except...

good first issue

In case of subfolders in inst/app/www

golem::add_js_input_binding() should build a working input

time-3h30