michaelhenkel
michaelhenkel
Hello, for a grpc service I'd like to use openconfig protos with compressed paths. Now generating the protos with compressed paths using: ```bash go run ${SRCDIR}/proto_generator/protogenerator.go \ -generate_fakeroot \ -base_import_path="github.com/openconfig/ygot/demo/protobuf_getting_started/interface"...
Hi there, I'm trying to allocate an obscene amount of memory (2 Gbyte) but my program crashes with `insufficient contiguous memory was available to service the allocation request` this is...
Hi, I'm trying the unmodified demo.rs. Binary compiles fine but trying to run gives me: thread 'main' panicked at src/main.rs:13:14: Failed to create container rootfs: Error { num: 0, str:...
Summary If a kustomization.yaml contains a malformed resources list (extra indent in front of a dash), YAML parsing collapses two list items into a single scalar string like: ```resources: -...