esc icon indicating copy to clipboard operation
esc copied to clipboard

New files not visible in local mode

Open msample opened this issue 8 years ago • 1 comments

The Open() function for the localFS (ie dev mode where original files are exposed) first checks that the file exists in the last esc-generated file list, and errors if it's not there. More serious refactoring & renaming of files would be permitted if this was simply a pass through to Open(). You wouldn't want this in production for security reasons though - perhaps it a new mode, DANGER_MODE.

msample avatar May 07 '16 07:05 msample

Yes, I'd like to do this. This is a backward-compatible API change, and I'd like to take the opportunity to add a real test suite when this option is done, too. So for now this will wait (even longer!) but it'd be real nice.

maddyblue avatar Sep 07 '17 07:09 maddyblue