Jakub T. Jankiewicz
Jakub T. Jankiewicz
@eliot-akira @sdarwin @james-pre I was a bit inactive recently. Was quite busy with my day job, will try to merge all pending PR in order. First review and merge ZenFS,...
Just checked the logs, there is a flood of errors: > SyntaxError: Cannot use 'import.meta' outside a module
@eliot-akira closing the PR. If you decide that there is still something to do here, open a new PR.
You can create a PR if you need this. It looks like it will not hurt to make this function in public API.
@SaadBazaz do you want to contribute?
You should just get familiar with the code, it was a while when I read the code I don't remember where you should start. But there are not much code...
Sorry for the late reply, just reading old issues. There are no plans like this. Do you want to contribute?
I've had the same problem. The issue was SELinux for me. Qemu tried to write into restricted file. Changing SELinux to permissive mode and ignoring that one error solved the...
I suggest to not use gitDir at all, unless you have a specific reason to do this. The library always define gitDir as `` `/${dir}.git` ``
@ngocdaothanh the main issue on any feature is to figure out how to do this. This can probably be created outside the library with available functions. You need to create...