Kristian Larsson

Results 262 issues of Kristian Larsson

ncclient is used in a project I'm involved in and has multiple times broken builds due to backwards incompatible version. Latest was from 0.6.7 to 0.6.8. Major version 0 is...

It would be nice if the `.deb` packages were served from an actual apt repository which we could add to debian/ubuntu instead of running `install.sh`. Apt already handles upgrades well,...

enhancement
installation

The return code of `gnmic` does not appear to convey how things actually went, for example, using invalid credentials: ``` root@e550741b9310:/# gnmic -a vr1 -u vrnetlab -p WRONG --insecure get...

Please implement a Homebrew tap for installing libnetconf! I would like to get libnetconf2 on my Mac and would prefer if I could do that in a convenient manner through...

is:question

"visible" is spelled incorrectly in a number of places in the source. Since it's also part of the JSON data being loaded we might want to consider accepting both 'visable'...

### Zig Version 0.10.1 ### Steps to Reproduce and Observed Behavior `` is seemingly missing in the zig provided libc includes for macos while it is present on Linux. Simple...

bug

### Zig Version v0.10.0 ### Steps to Reproduce and Observed Behavior I'm occasionally seeing errors from `zig cc`, either one of: - `error: unable to build compiler_rt: FileNotFound` - `error:...

bug

I am successfully using the GC in the Acton language run time system. In order to improve support for large heaps, I have recently started looking at enabling the incremental...

I'm getting a "Collecting from unknown thread" abort from bdwgc. It's an application written in the programming language Acton where bdwgc is used for garbage collection in conjunction with libuv...