Jakub T. Jankiewicz
Jakub T. Jankiewicz
This is old but I had the same issue, the solution is in code: ```javascript // set initiated to avoid triggerring datepicker-change event initiated = false; ``` the comment say...
will: ```javascript var result = {chars: []}; ``` fix the issue? Do you have reproduction that can be added to the unit tests?
@patorjk Just found this issue again, in my browser history. I will try to check why the error happen. If it's my feature I will check what I can do...
@killinux Your comment make no sense, in the original post I've added that options are required and it's not documented.
I think this is way out of scope of library that is substitute for fs module in Node. Why don't you write this OVA Archvie extraction yourself and publish it...
First thing you need to check what exactly you have in your browserfs.min.js to be sure that you have correct file you can grab browserFS from cdn like https://www.jsdelivr.com/ Another...
Any progress on this?
Not sure if this is the same, but I got error ``` Error: ENOENT: No such file or directory., '/' Error at new ApiError (https://cdn.jsdelivr.net/npm/[email protected]/dist/browserfs.js:5430:22) at Function.FileError (https://cdn.jsdelivr.net/npm/[email protected]/dist/browserfs.js:5455:16) at Function.ENOENT...
For the current API (to be able to send files from host to guest) you only need single function that is called in JS, that refresh the FS from ouside....
To not break the API I would add events createDirectory/deleteDirectory/createFile/deleteFile/writeFile with this you can write layer on top to write to BrowserFS so you can have communication from guest to...