Colin Fay

Results 235 comments of Colin Fay

Thanks a lot @dmi3kno !!

A friend of mine once said: "it's always the proxy" ;)

Has there been any progress on that one?

I think one of the complexity here is that JavaScript has no concept of NA per se, and that the conversion is currently done through `{jsonlite}`, which turns `NA` in...

Here's a reprex of this issue: ``` library(shiny) ui

Can do, but I'm short on time in the upcoming weeks. When would you want it to be written?

Example : ``` library(promises) library(crrri) chrome % { client } }) %...!% { # handle errors cat("An error has occured:", .$message, "\n") } ```

I think we should fail gracefully. ```r attempt::stop_if(name, ~ length(.x) > 1, "Name should be of length 1") ```

Other idea, vectorized versions : ``` golem::add_modules() golem::add_css_files() etc. ```