Roger Gomez Olivares
Roger Gomez Olivares
"Multiple VMs with same display name. Please provide virtual_machine_id to identify the target VM"
### Describe the bug The module "vmware.ansible_for_nsxt.nsxt_vm_tags" will throw the error: > "Multiple VMs with same display name. Please provide virtual_machine_id to identify the target VM" In this case for...
I can see there are 3 endpoints using two handlers. If I call use the path `/models` I get this: `{"object":"list","data":[{"id":"ggml-gpt4all-j","object":"model"}]}` If I try the other handler I get "Empty...
I have followed the same example on the readme, this time changing the line: ``` item.SetSynchronizable(keychain.SynchronizableYes) ``` And the item is not even added to the keychain. Is there a...
I'm trying to create a manufacturer like this: ``` man := n.NewManufacturerRequestWithDefaults() man.Name = "somename" man.Slug = "someslug" resp, _, err := nb.DcimAPI.DcimManufacturersCreate(context.Background()).ManufacturerRequest(manu).Execute() ``` I get this error: ``` panic:...
I think it would be good to append to the `inputs` map with the `outputs` of each call instead of replacing it (creating a new inputs map only with the...