httpgd icon indicating copy to clipboard operation
httpgd copied to clipboard

Asynchronous http server graphics device for R.

Results 52 httpgd issues
Sort by recently updated
recently updated
newest added

Bumps [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware) from 5.3.3 to 5.3.4. Release notes Sourced from webpack-dev-middleware's releases. v5.3.4 5.3.4 (2024-03-20) Bug Fixes security: do not allow to read files above (#1779) (189c4ac) Changelog Sourced from...

dependencies
javascript

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.5 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. See full diff in compare...

dependencies
javascript

Test online with GitHub Codespaces: https://codespaces.new/benz0li/httpgd?hide_repo_select=true&ref=add-dev-container

Hello: When I run the code: ```r library(httpgd) library(unigd) hgd() hgd_browse() ``` How should I fix the "This site can’t be reached" error in Google Chrome? ![image](https://github.com/nx10/httpgd/assets/33963919/05b23bf3-2020-4eae-a46e-4bd2c329fc72) Thanks

bug

I have installed all system dependencies but still failed to install the latest dev on linux. ```r Rscript -e 'remotes::install_github("nx10/httpgd")' ``` ``` Using github PAT from envvar GITHUB_PAT Downloading GitHub...

bug

**Description** In VSCode, while using ``` { "r.plot.useHttpgd": true, } ``` in settings.json, instead of `false`, which doesn't show the problem, the font, or the spacings of it are not...

bug

### Describe the bug This case is probably the same as in https://github.com/nx10/httpgd/issues/142. When `httpgd` is used via RServe (it's a proxy library which allows calling R functions via socket)...

bug

Recently the vscode-R can not show the Rplot when I run the code in vscode-R. The vscode-R could show the plot based on httpgd as usual before I updeate all...

### Describe the bug it may not be counted as a problem but is a little bit annoying: * Running `par_old = par(no.readonly = TRUE)` in a fresh R session...

bug

I find `httpgd` really enjoyable to use in VS Code and in my dual-monitor setup, I often open the plot viewer externally in a browser, close the plot viewer in...

enhancement