Kevin
Kevin
Just a comment, can't the cases where there are different architectures / hardware requirements be achieved with the use of nodeSelector? you don't need to have to separate clusters to...
I have also just rebuilt from master and am still having the same problem
Here is my NetworkAttachmentDefinition ``` apiVersion: "k8s.cni.cncf.io/v1" kind: NetworkAttachmentDefinition metadata: name: public-conf namespace: rook-multus spec: config: '{ "cniVersion": "0.3.1", "name": "public-nad", "type": "macvlan", "master": "enp0s3", "mode": "bridge", "ipam": { "type":...
WELL - I have fixed it, although I feel like it is still a bug... I have added `range_start` and `range_end` to my config making it (otherwise range_end is nil):...
@dougbtv Yep, I can arrange that - I will let you know the outcome when I've tested it
I am getting this same error using the basic.rs example, this window doesn't open for me at all. This happens with the other examples too. ## System System: MacOS 12.6.3...
Looks like the PR you were waiting for got merged!
actually having the same issue
Another weird comment handling issue: config ``` ❯ cat config.toml # Use double quotes for strings quote_representation = '"' # Quote basic values like strings etc. quote_basic_values = true #...
Off topic: How were you able to map the pixel values to the x, y, z in the point cloud?