Ben Burke
Ben Burke
I have seen this issue when a Browser Extension has quotation marks in the details field, Parallels Desktop includes at least one such extension in the app bundle. This results...
It may be useful to be able to locate and parse up on [`renv.lock` files](https://rstudio.github.io/renv/articles/lockfile.html)
https://github.com/docker/hub-feedback/issues/1927 and https://github.com/docker/roadmap/issues/115 contain some discussion related to updating readmes. It looks like there may be some parts of the API that need to be revised or finalized before this...
Just recording some more interest/impact info for this feature; this general issue (need for an official API to update docker hub readmes) is also being tracked by several popular repos...
This script is what I used to to patch and download the files in this PR, it shows my work and you can use it to run the patch locally...
@clairblacketer Sorry about the delay I missed the notifications for some reason. I've changed the base branch to develop.
OK did the steps recommended by the DCO job docs to add my missing `Signed-off-by` on the commit: `git rebase HEAD~1 --signoff` followed by `git push --force-with-lease origin fix-2182`. Sorry...
how about now?
Would it be cool to change to this PR so it can close #2153? Apparently `service.deploy.restart_policy` is not supported in ecs either.
As @Blappchri pointed out in #743, this is because we're calling `jsonlite::fromJSON` using `rjson::fromJSON`'s signature [`rjson::fromJSON`](https://rdrr.io/cran/rjson/man/fromJSON.html): ```R fromJSON( json_str, file, method = "C", unexpected.escape = "error", simplify = TRUE )...