Reshad Rahman

Results 4 issues of Reshad Rahman

I am attempting to use CodeCoverageSummary in a very similar way as in https://github.com/irongut/CodeCoverageSummary/blob/master/README.md (the .NET one except I am using Go). I am getting "no files found" even though...

I can reproduce this easily. I have some openconfig modules and a bunch of vendor modules installed and the core dump happens when I try to import an xml file....

is:bug

Using docker image built from `devel` (similar setup as described in https://github.com/sysrepo/sysrepo/issues/3334), I am getting an error when I try to get data from `ncclient`. `sysrepocfg -X` works fine. ```...

is:question

The parser's `Parser()` function runs in a goroutine as shown below: https://github.com/sbezverk/gobmp/blob/9fbd0c3830ec74452a2e56351efa372b086808d7/pkg/gobmpsrv/gobmpsrv.go#L79-L80 And messages read from the client are sent to the parser via the parserQueue channel: https://github.com/sbezverk/gobmp/blob/9fbd0c3830ec74452a2e56351efa372b086808d7/pkg/gobmpsrv/gobmpsrv.go#L115 And for...