UdK

Results 8 comments of UdK

Feature i miss the most.

> I created a workaround for me in Kubernetes. Maybe it helps: > > configmap.yaml > > ``` > --- > apiVersion: v1 > kind: ConfigMap > metadata: > name:...

Hi @MassimilianoPasquini97, Sorry for the late feedback. Seems to work great. Added three different VCenters. Will test further during the next couple of days. What would be nice is to...

Hi @MassimilianoPasquini97 Looks nice. Thanks for your work. Some issues i have found. - When having "All" selected and trying to"Edit Server" i get an error - guess that case...

Looks like something broke in with the commit [d132bb551c13744e0fd439ea8ab822eb758cca48](https://github.com/MassimilianoPasquini97/raycast_vmware_vcenter/commit/d132bb551c13744e0fd439ea8ab822eb758cca48) Using the previous [commit](https://github.com/MassimilianoPasquini97/raycast_vmware_vcenter/commit/608f26774dab1779348d9ba26f6aafc6d296b514) and building locally works fine for me. Using either your main branch, [d132bb551c13744e0fd439ea8ab822eb758cca48](https://github.com/MassimilianoPasquini97/raycast_vmware_vcenter/commit/d132bb551c13744e0fd439ea8ab822eb758cca48) or raycast store i...

Everything seems to work now. There is still an issue with the [Open on vCenter Web](https://github.com/MassimilianoPasquini97/raycast_vmware_vcenter/blob/9abbb8d47fac8fe25328c51112b74239dbed2594/src/vm.tsx#L501). You are using the instance_uuid of the VM instead of the instance_uuid of the...

Temporary fix im using: `NODE_OPTIONS="--no-deprecation" bw --version` or add as an env var. `export NODE_OPTIONS="--no-deprecation` If you add the env var this will suppress all other depreciation warnings as well....

> > Temporary fix im using: > > `NODE_OPTIONS="--no-deprecation" bw --version` > > or add as an env var. `export NODE_OPTIONS="--no-deprecation` > > If you add the env var this...