Iwan

Results 15 issues of Iwan

The asynchronous mode is not very useful at the moment as all the processing as you then need to wait, check for errors and do vendor specific transformations by hand....

Enhancement
Investigate

In openconfig-network-instance there is this typedef: ``` typedef network-instance-ref { type leafref { path "/network-instances/network-instance/config/name"; } description "A re-usable type that can be referenced within other modules that references a...

Hi, I have added a way to iterate over rows of a table, and also to access a complete row directly, i.e.: ``` for idx, row in manager.ifTable.iteritems(): print(row.ifDescr) print(row.ifMtu)...

I would like to receive SNMP traps and parse them with Snimpy's MIB manager. Do you have an idea how it could be added? I would guess something like a...

I have added a MibLoader class in the mib module so you can load and use isolated sets of MIBs. It uses the dataset feature of libsmi (smiInit("tag:dataset")). I have...

Not entirely sure if it would be considered a bug, but it surprised me. I expect `iter_markers` to return the markers in bottom-to-top order (outwards from the test), but for...

topic: marks

The LangMenu module references `src/newRow.bin´ and `src/newRows.c` but those files do not seem to exist: https://github.com/CTR-tools/CTR-ModSDK/blob/54cddd812a676cc4cd4d8249cbc0e5ae5dee1e43/mods/Modules/LangMenu/buildList.txt#L11 There is `newLanguageRows.c` which I suppose is the file that should be used?

I would like to use the installer for VMs and containers where the nix store is on an external (to the VM/container image) mount which could be empty on first...

I would like to have custom logic to start the ixnetwork session, but currently `Sessions.find(Id=xxx)` automatically starts the session if found. This does not align with how `find()` works on...

**Describe the bug** Trying to run the static nix as root with HOME set to a folder owned by a different user results in a crash/segfault. Stacktrace, on latest [master](https://hydra.nixos.org/build/261167110)....

bug