Fred Gan
Fred Gan
@vadz It's a nice fix. BTW, a small question, why not add command option to `configure`?
OK, it seems the same issue as #650
Hi Meghna, I run the command: `pyang --format=tree o-ran-uplane-conf.yang` shows the errors: ``` o-ran-uplane-conf.yang:6: error: module "o-ran-processing-element" not found in search path o-ran-uplane-conf.yang:14: error: module "o-ran-module-cap" not found in search...
@mdoshi-com Hi Meghna, apologize for long time. I will try.
Hi Ladislav @llhotka , would you mind having a look at this issue?
Hi Jean @jean-christophe-manciot , I tried your case, but I don't see any incorrect outcome. Would you mind pointing it out more clear?
@mdoshi-com Hi modoshi, Refer to #646 Config property is added implicitly. It can only be `deviated replace`d.
Hi @aacalfa , I am not skilled to PGP keys. So I tried it with my own repo https://github.com/fredgan/go-utils/releases/tag/v0.1 I create a release v0.1 and add a .asc file with...
@aacalfa I added an `.asc` file in the latest release. The key has been uploaded to: https://pgp.mit.edu/pks/lookup?op=get&search=0x7A2898A3ED4C4500 Do you think I should put the public key info in the release...
Hi, I tested this case: ```yang module q { yang-version 1.1; namespace urn:new; prefix ks; grouping endgg { notification certificate-expiration { leaf expiration-date { type string; } } } container...