Antoine Roy-Gobeil
Antoine Roy-Gobeil
First of all, thank you for this very nice library @ricklupton I have seen a strange behavior when using `update`: when calling `sankey.update(graph)` with an unmodified graph object, circular links...
Because EPS does not support semi-transparency, it seems like `poppler` will rasterize graphics if they have semi-transparent elements (ie. elements with opacity ]0,1[). The way to fix this is to...
On a fresh installation of Mac OS Fresh Sierra, when opening Orca, the following silently fails because folder `/usr/local/bin` does not exist: https://github.com/plotly/orca/blob/14de6f55838c0570dd455222ebd78e9f69c404d4/bin/orca_electron.js#L31
To help debug failed requests, we should try to provide helpful error messages to users. Console errors come to mind. Related to https://github.com/plotly/streambed/issues/14225
Because Electron was bump from v1 to v6, let's make sure that the standalone binaries can be installed without any issues: - [x] Linux (tested AppImage off `master` on Ubuntu...
For practical reasons, it has been decided a little while ago that we would decouple releases for on-prem and desktop users because of their vastly different release process: - on-prem...
If I'm not mistaken, in `docker run` call, the flag `--net=host` is Linux-only. We should use `-p 9091:9091` instead.
Once PR https://github.com/plotly/orca/pull/222 is merged in, it will be as easy as running `docker run -it --net=host quay.io/plotly/orca` to start a server instance of Orca on any host with Docker....
Newer than https://github.com/tweag/terraform-nixos/pull/61
It would be nice to be able to specify a proxy and other options! Thanks for the great gem