Menko de Ruijter
Menko de Ruijter
@pwinckles I'm using local storage and it's pointing to an empty directory. I tried to play with some of the example code(bit modified), which I expect should initialize a new...
@pwinckles also the code link I sent: ``` if (list("").isEmpty()) { layoutExtension = initNewRepo(ocflVersion, layoutConfig); } else { layoutExtension = loadAndValidateExistingRepo(ocflVersion, layoutConfig); // This is only validating currently and does...
okay, clearly i didn't understand that code properly ``` -> % ls -alh total 16 drwxr-xr-x 3 menko staff 96B Nov 17 2020 . drwxr-xr-x 8 menko staff 256B Dec...
@pwinckles removing the .DS_Store file worked... we can close the issue i think. Thanks for pointing that out!