Rob Shakir

Results 387 comments of Rob Shakir

I think this is an interesting idea :-) The challenge of overlapping with potential YANG node names is always present for names that are user-friendly. Given that this is the...

This is a good observation that was overlooked in the initial implementation, and yes, might be incorrectly setting a default that is not the actual schema default for some leaves....

Yes, the defaults between intended and applied can never differ -- we probably don't verify this today, but it's a requirement since they are the same type. I'm OK with...

It's difficult to debug this with insight into your code, but you may want to check that you're using the right options. Handling wildcards is an option handed to `GetNodes`:...

There is no intention to make the experimental and non-experimental versions of this code compatible with each other. The return type from the public API version is a [`TreeNode`](https://godoc.org/github.com/openconfig/ygot/ytypes#TreeNode) -...

Hi! Apologies for the delay replying here. There are a couple of options: * we can revert to the base logging package. * we can provide some pluggable logging implementation...

@dplore - are we OK to merge this? It's currently blocked just based on a permissions nuance, see #708. I can skip the branch protection and/or ping Anees if we...

The gNMI `Capability` RPC refers to the target's gNMI capabilities, not the hardware or software capabilities -- as such it will tell you the set of models that are supported....

Thanks for catching this -- this does indeed sound like an issue in the module. I think this is one of the few cases where we have a `when` statement...

Hey Ebben, 1. This was a debate point at the time we originally put together the model. There was an assertion that some software implementations would want to be able...