David Neuzerling
David Neuzerling
I've had success by setting the PINS_USE_CACHE environment variable to "true" (any other value would work). [The relevant function is `board_cache_path`](https://github.com/rstudio/pins-r/blob/63e9b1b7655466830d645611dfcf621fc8b93e1a/R/board.R#L126). I still get some warnings about `normalizePath("~")` (a directory...
Thank you so much for the quick response, @simonpcouch! My Docker image now builds successfully — without knitr — so I think we can consider #785 solved.
I'm glad you find it useful! This was a project I cooked up over a weekend. Taking a look at the current state of things, it looks like [the `remotes`...
Hi @manhcuogntin4. The handler should name the function that is going to be used. It's defined in one of two places: * as a `CMD` in the Dockerfile, eg. `CMD...
Hi @manhcuogntin4, sorry I missed your update. One thing I need to do here for this package is to add a vignette for trouble-shooting Lambdas. I think it would help...
Hi Eric! What I need more than anything are test cases. In particular, I need some real examples of the HTTP responses that AWS sends for the next invocation endpoints,...
Hi @fmmattioni. I'm glad you got it working so quickly! That's a good sign. It might just be because it's early in the morning here and I'm a little slow...
Hi @arkadi-aigora. I'm a bit short on time for the next few weeks, but I'll do my best to help you out. It looks like `reticulate` calls Python by using...
I never thought about using this to run Shiny, but I'd be keen to know if you can get it to work! When R has finished running its calculations, the...
Hi @mrismailt. I can look into providing some sort of simple deserialiser for handling Cognito input. Do you have an example JSON of the event body as it's passed to...