Ian Lyttle
Ian Lyttle
I think we want to get to something that will test rendered images automatically. One thing I worry about is that there would be a change in the Vega renderer,...
A small suggestion for a new convention: `R/data-foo.R`
I'll have a look, thanks!
Hi @zsigmas - I had some time over the holidays to look at this, and I have to say I'm stumped: - I can reproduce what you are seeing, both...
``` git config --global http.proxy ``` returns blank for me - when I set it (and `https.proxy`) manually to the same values as the environment variables, I get the same...
Good news and bad news: - The external `gert::git_pull()` works! - The internal `gert::git_pull()` now fails: ``` Error in libgit2::git_remote_fetch : request failed with status code: 502 ``` I'm sure...
Here's what curl has on no_proxy: https://curl.se/libcurl/c/CURLOPT_NOPROXY.html I'll have a look at the libgit2 logic.
Right now I'm wrestling with a way to set this using the global git config for all URLs that match the internal GHE, I'll keep on that path. I'm seeing...
On Mac, I use the environment variable method - no git config for proxy - it works. I just reinstalled CRAN gert on Mac to confirm.
On my Mac, the proxy uses the "Automatic Proxy Configuration" setting - there is a corporate-IT management. When I unset all my proxy environment variables, everything still works (as an...