Jonathan

Results 171 comments of Jonathan

Another pattern which deserves attention is the use of `includeHTML`. We rely on static analysis of the Rmd file to fix resource references in Shiny documents. Since HTML injected this...

Also seeing this in HEAD of neovim + gitgutter + neovim.app (all three updated to HEAD today, May 4).

I don't think so -- probably Qt is making the network requests directly, and IIRC our QtWebView doesn't use a proxy and isn't user-configurable to do so (see https://github.com/rstudio/rstudio/blob/53e10c4f0f5a8b04ef1d80073f769cf69f948c22/src/cpp/desktop/DesktopNetworkAccessManager.cpp#L32 and...

We don't currently have a public facing issue tracker for RStudio, but I've added a link to this github issue in the internal tracker (we'll update this thread when we...

The proxy factory does invoke the system proxy, but as far as I can tell we don't actually use the proxy factory any more; the only place the proxy factory...

We have a new RStudio preview out today that has a fix intended to address this issue. Would one of you affected by the issue be willing to give it...

Thanks, really appreciate all the context! > It is running in the base profile, so repos is not set there, it is always NULL, no need to check it. This...

Just ran into this myself, all working well after manually applying your change! Thanks for doing this.

Yes, that's correct. The relevant code lives here: https://github.com/rstudio/rmarkdown/blob/d31ec87679571a84092b5bec4f7de6f42511e9a4/R/html_resources.R#L326-L350

I think this is same issue as https://github.com/posit-dev/positron/issues/4057. This widget is getting rendered as HTML in R instead of being packaged up as a structured HTML widget. That means we...