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
Currently, the root localhost directory is that of the electron install within the Blink.jl package. It would be useful to have this as the current working directory from which Julia is initiated as this would greatly aid in the reading of unorthodox binary files which may be needed within the code.
The text was updated successfully, but these errors were encountered:
Agree, the root localhost directory is that of the electron install within the Blink.jl package.
I have the same issue when I use load! or loadjs! or loadcss!
In case of load! it's should be use pwd() or something like that ?
Currently, the root localhost directory is that of the electron install within the Blink.jl package. It would be useful to have this as the current working directory from which Julia is initiated as this would greatly aid in the reading of unorthodox binary files which may be needed within the code.
The text was updated successfully, but these errors were encountered: