Antoine Roy-Gobeil

Results 65 comments of Antoine Roy-Gobeil

@ErunamoJAZZ It seems to me that although `59` and `58` are not directly connected, they still form a cycle through their connections to `1`: ``` { v: '1', w: '58'...

Hello @paulmenzel! Good news! Orca is no longer really the recommended way to do static image export with Plotly :) We have a new, pip-installable tool called Kaleido which is...

P.S. This is not a regression and this was discovered by installing on a fresh machine with nothing else installed!

@dplazas I take it you are running Mac OS X? Did you have the issue described in https://github.com/plotly/orca/issues/291#issue-576533072? Can you run `orca` from the command-line?

Can you run `/Users/danplaza/.npm-global/bin/orca` in a terminal?

Thank you @micheljung for submitting a PR :smile_cat: In light of https://github.com/plotly/orca/issues/270#issuecomment-561815224, I think we should keep mentioning the `-a` flag which is necessary for older versions of `xvfb-run` (which...

@micheljung do you mind me taking over this PR and make the appropriate modifications?

Thanks for the report @sorennohr! I will investigate stability and performance issues in Orca in the next couple of weeks.

Here's how I could reproduce the issue: ```bash docker run -d --name orca-1.3.1 -p 9091:9091 quay.io/plotly/orca:1.3.1 cd ~/plotly/plotly.js/test/image/mocks/ ls | parallel curl -d @{} http://localhost:9091 > /dev/zero # then it...

Thank you so much @trafficonese for troubleshooting this! It seems like Orca itself is fine but the wrapping in https://github.com/ropensci/plotly/ is not. Could you open an issue over there? This...