-
-
Notifications
You must be signed in to change notification settings - Fork 75
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
Conflicts with the package RCall #250
Comments
Oh, now I know
|
Confirming this on Windows 10, Julia 1.4.1. The electron window eventually loads after an extremely long period (20+ minutes), under heavy CPU activity. DataFrames is having this same issue.
If Window() is called directly after 'using Blink', everything is fine. (as long as you clear / restart Julia before calling Window() again. As a work around:
|
My system is Centos 7.
Only using Blink, the function
Window()
work fine, but when using RCall,Windows()
will always running without return. And RCall seem work fine. I don't know where should I post the Issues to, but I post this at here first.The text was updated successfully, but these errors were encountered: