Replies: 2 comments
-
I started investigating 1. |
Beta Was this translation helpful? Give feedback.
-
Okay this is quite embarrassing. the @eyalb181 I'd suggest doing it after first version of the file read being out, just to split the work. Up to you. |
Beta Was this translation helpful? Give feedback.
-
while @meowjesty worked on #26 , we found out that in Node if you use the
read"
API (and notreadfile
) it actually forks to another process that does the open of the file and reading, and that forked process doesn't load our solution.In order to make it work, there are two things that we need to solve:
For fork handling there are two general ways to solve it as I see it:
Another question is whether we want to block the release of the files feature on this.
Beta Was this translation helpful? Give feedback.
All reactions