Sander Sink
Sander Sink
I upgraded our app to 4.1.4 from 4.1.3 in hopes to get the bug fixed, but I can confirm that 4.1.4 still has the issue. I myself am unable to...
I solved it similarly: On electron startup the program reads file into memory. Then all reads are done from memory, and writes are done by updating the storage file in...
@sauvainr, are you using entry.toNativeURL() with and just setting it as video src?
I checked the code and you can force the file to be truncated when you call the plugin with watch: true parameter: `less({output: out + '/app.css', watch: true})`