Tyler Littlefield
Tyler Littlefield
I would like to use `shiny::selectizeInput` for server side processing. Is there an easy way to apply some of the bulma UI to `shiny::selectizeInput`?
I'm writing a package that talks to an API, I'm using `httr::GET` and noticed this is failing on Windows. I first found out when the appveyor builds started to fail....
How can I determine which mailboxes a user has access to? Or in the opposite direction, which users have access to a specific mailbox?
Say I have a shared mailbox, how can I determine: 1. The owner 2. The users that have access to the mailbox
Set default CRAN repo to RSPM in rstudio-server image for binary installs, e.g. https://packagemanager.rstudio.com/all/__linux__/bionic/latest
I often have to `chmod +x /path/to/some/file` on the host in order to get a service up and running (assuming said service relies on a bind mount). Find out if...
```r Warning message: Character set is not UTF-8; please change your locale ```
Similar to #1, whenever shiny-server on ARM is officially supported by `rocker` or `rstudio`, use that image.
Useful to expose a file explorer at `data.example.com`. Potential use case would be to upload `pointblank` reports and use this image as a data quality dashboard. src: https://larsjung.de/h5ai/
The `rstudio-server` stack was designed to work on a single host, not a cluster. It uses bind mounts to support `renv` and link projects with the `shiny-server` stack. This means...