Hein Meling
Hein Meling
I'll try to fix these issues. Hopefully later this week.
Seems unlikely that I'll get to this anytime soon; my brief initial attempts at preparing a test case were not successful (cannot recall the problem, but I think it was...
I think my recent PR #1235 should resolve this problem; could some of you try my PR and report if it solves the problem. If not I would like to...
It looks like the proto file you are trying to compile wants to import some other proto files, and you didn't provide any `-I` paths to those other proto dependencies...
Stubbled across this package hunting for statistics functions that operate over a slice of `time.Duration`, and retains the time unit in the return value. Anyway, thought I'd share my thoughts...
I came here to ask the same question as @zombiezen. I just want to point out that the `cmpopts` package isn't prominently visible from the `cmp` documentation, so as a...
It seems my quick and dirty initial solution was a bit too simplistic; I was hoping to avoid the extra noise around the `{{if .PerNodeArg}}` conditional in the template. I've...
Added another commit to the `fix-nil-in-replies` branch. Turns out that it is not easy to check for panic from the `Write` call since the panic actually happens in another goroutine...
My initial thoughts on this is that it seems to be a bit much hassle for handling `nil` which nobody really should be passing anyway, even though it works for...
Don't you think it is a bit of an overkill to complicate things by recovering individual goroutines in order to pass that on to the main goroutine. Not sure if...