regnaio
regnaio
Thanks, @optik-aper. I only tried creating a Cluster with Node Pools Labels defined. ```shell nps := []govultr.NodePoolReq{ ... Labels: map[string]string{ "key": "val", }, } c, _, err := v.client.Kubernetes.CreateCluster(context.Background(), &govultr.ClusterReq{...
Ah, thank you for the heads up, @optik-aper. It's great to know that this can be achieved with Update
Why was the feat label replaced with cli and suggestion labels?
Figured out how to do this. Added the following to `ammo.idl`: ```idl interface btTransformUtil { static void integrateTransform([Const, Ref] btTransform curTrans, [Const, Ref] btVector3 linvel, [Const, Ref] btVector3 angvel, float...
I believe the answer is here: https://github.com/lo-th/phy/issues/16#issuecomment-1684444352