-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doesn't work in Ubuntu #93
Comments
Same problem here. |
And here. |
same here on macOS. (my REPL shows nothing when I click on the graph. the graph doesn't display any function names or anything either) |
Same on arch linux |
This is #91. Someone needs to take care of JuliaGraphics/Cairo.jl#223, but in the meantime a workaround is Pkg.pin("Cairo", v"0.4.0")
Pkg.update() |
awesome @antoine-levitt ! works. thanks for checking back. |
@antoine-levitt Wonderful! Verified on Ubuntu 16.04. |
Fixed by JuliaGraphics/Cairo.jl#254 |
Upon
ProfileView.view()
, a dialog pops up that is very tiny, on Ubuntu 16.04, Julia v0.6.2.If I hover over a region or click on it, nothing happens. So I can't see to which lines of code each colored region represents.
Here is an image of what it looks like:
When I do click on a region, my Julia client shows:
The text was updated successfully, but these errors were encountered: