xavier-contreras

Results 15 comments of xavier-contreras

@earies , does the document and previous answer help with some of your questions? For the characteristics of the data field, I'm not sure what the expectation should be. Looking...

This looks good to me; It's a good baseline to start from and can be expanded/enhanced in a future PRs

Just ran into this using json_ietf_val when updating a single leaf node (had to use string_val). Perhaps this can be explained by https://github.com/openconfig/reference/blob/master/rpc/gnmi/gnmi-specification.md#223-node-values which does not explicitly list json or...

> > Should we move this to the new release model: https://github.com/openconfig/public/blob/master/doc/releases.md ? > > If we follow this, would should aim to mark `uptime` as deprecated and introduce `up-time`....

Closing as duplicate of https://github.com/robshakir/pyangbind/issues/139 -- will try to look into this soon.

I believe this is fixed by https://github.com/robshakir/pyangbind/pull/323 as well

IMO this is fine. Developer survey shows less than 7% still using python2 in 2022. I'd expect this to be lower now, see second link. https://lp.jetbrains.com/python-developers-survey-2022/#PythonVersions https://www.jetbrains.com/lp/devecosystem-2023/python/ (this shows 1%)

> @thewade Eeek! > > I had been doing most of my testing on an older macOS. I have now just done testing in macOS 14.4 and it appears that...

@jelockwood that's very helpful, thank you!

Agreed with creating Testcase Classes like `SetReplaceGet` and leaving current behavior for others as is. I still think an _option_ to set replace the init config makes sense. Consider the...