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
In #38 it is brought up that when loading files we read them us the node fs module, which we can't do if Joyride should work in remote scenarios (which are plenty and very common).
If we need to load files asynchronously, then we need to rewrite to the SCI async API, which is not yet finished. So I think I'll take this as an opportunity to improve that while working on this if you don't mind.
In #38 it is brought up that when loading files we read them us the node
fs
module, which we can't do if Joyride should work in remote scenarios (which are plenty and very common).Here's where it happens:
joyride/src/main/joyride/sci.cljs
Line 38 in 217e81c
The text was updated successfully, but these errors were encountered: