Mathieu

Results 18 comments of Mathieu

Hi :) The SMB ISO creation button issue should be fixed on the branch `fix-iso-smb`. @fitzgeraldtech, NFS ISO doesn't appear to have any issues. Did you click on the small...

The new API is not used when creating the VM. I will make the PR

IMHO, As long as we have to maintain 2 REST APIs, we must have 2 documentations, otherwise we will lose information. While waiting for the migration of the REST API,...

From what I understand about typescript: ```ts type Foo = { foo?: string } ``` and ```ts type Bar = { bar: string | undefined } ``` are different. `Foo.foo`...

IMHO, I don't think this would make things more complex. `vm.snapshots` returns the snapshots' `opaqueRefs`. It would simply require iterating over these refs and performing a `VM_destroy`. ```js { //...

@b-Nollet Yes, I think it would be better.