Jeff Fohl
Jeff Fohl
@breznak - as part of #7 I am renaming and moving things around. Are you in the middle of things with this?
@breznak - I merged a PR that included the changes for the unit tests. I will be adding more unit tests later, but it shouldn't involve any renaming or moving...
It looks like it is possible. I have never done it, but I will do it if it is possible.
I am expanding this issue to include modularizing of the app. The app should be able to be installed in other web pages easily. Additionally, multiple instances of the app...
@breznak - I would, but I don't think it is possible within the browser. The FileReader only takes a snapshot of the file at the time of the request, and...
Actually, it appears that it might be possible to reload the file if we see that it has changed, but we would have to reload the entire file - which...
The workaround - of reloading the entire file whenever the file size changes - can be seen here: http://stackoverflow.com/questions/22548683/reloading-a-file-using-html-input
Node runs on the server, so it has all the permissions that you want to give it. So, yes, it can access any file on the system.
So - yes, we could use Baby Parse and parse files on the server side instead of in the browser.
delegate to what other project?