You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would suggest to add a line about the importance of setting the environment variable "QSG_RENDER_LOOP" to the documentation of JuliaCanvas.
It took me a couple of hours to figure out why JuliaCanvas was causing an endless loop for my application. I turns out that this happens if one does not include ENV["QSG_RENDER_LOOP"] = "basic" into the julia script. I suppose I am not the last one to make such a mistake.
The text was updated successfully, but these errors were encountered:
I would suggest to add a line about the importance of setting the environment variable "QSG_RENDER_LOOP" to the documentation of JuliaCanvas.
It took me a couple of hours to figure out why JuliaCanvas was causing an endless loop for my application. I turns out that this happens if one does not include ENV["QSG_RENDER_LOOP"] = "basic" into the julia script. I suppose I am not the last one to make such a mistake.
The text was updated successfully, but these errors were encountered: