Results 8 issues of Teofil Nakov

Following the Readme: ``` golem::create_golem("testbrochure", project_hook = brochure::golem_hook) ``` Creates a blank brochure app. But, ``` > devtools::load_all(".") ℹ Loading testbrochure > run_app() Error in brochureApp(golem_add_external_resources(), home(), onStart = onStart,...

Hi @richfitz, When I am pushing an image, the first try fails with `Error in log(bytes, 1000) : non-numeric argument to mathematical function`. ``` > usr pas > d imgs...

Hi @richfitz! Trying to push an image to AWS ECR using `stevedore`. Below is the error I get: ``` > d d$image$push(name = "xxxxxxxx.dkr.ecr.us-east-1.amazonaws.com/testfromr") The push refers to repository [xxxxxxxx.dkr.ecr.us-east-1.amazonaws.com/449283523352.dkr.ecr.us-east-1.amazonaws.com/testfromr]...

As described here https://github.com/richfitz/stevedore/issues/61 and here https://github.com/richfitz/stevedore/issues/63 Maybe call docker externally with a system command while the stevedore issue gets resolved.

If a package needs a system library, we need to add installation to the Dockerfile. I think `{dockerfiler}` has a way of doing this, so maybe we can use that...