amitnagraj

Results 4 issues of amitnagraj

Hi, I'm using sysrepo v2.2.12. I'm seeing `libyang[1]: String "ethernet1/1" not freed from the dictionary, refcount 8` warning when tried fetching values from a multi key list when specified only...

is:bug
status:completed

Hi, I'm using sysrepo v2.2.12. I'm trying to enable libyang logs while executing sysrepo code, but I'm not getting the logs. C snippet: ``` main(): /* turn logging on */...

is:question

Hi, I'm using Libyang version 2.1.4 The example data tree i'm working on: ``` module: examples +--rw cont +--rw l? string +--rw config +--rw list1* [key1] +--rw key1 string +--rw...

is:question

Hi, I m trying to fetch the data using `lyd_parse_data_mem()` subscribing at the parent level(which also includes list inside it). I m filling the values by forming string of json...

is:question