Dave Cheney

Results 32 issues of Dave Cheney

Currently notifying cache watchers is a manual process, we instrument the code path to defer a notification unconditionally. This is conservative and makes reasoning about notifications straight forward (we don't...

kind/feature
priority/important-longterm

`inMemoryChannelState.stop` closes `collectChan` and `controlChan` then nil's them out ``` // Part of channel accept loop: Clean up and close telemetry channel func (state *inMemoryChannelState) stop() { close(state.channel.collectChan) close(state.channel.controlChan) state.channel.collectChan...

Hello, Quite clearly this package has been unmaintained for a long time. There are two main reasons for this (along with several others — waves in the general direction of...

At the moment, errors.Frame supports a subset of the verbs that stack.Call supports.

16b2e60 make `term/termios` a noop under windows, but the higher level `term` package is still POSIX specific. The plan is to add a new low level package for windows, `term/win32`...

enhancement
help wanted

### What version of Go are you using (`go version`)? $ go version 1.17.3 ### Does this issue reproduce with the latest release? yes ### What did you do? ```...

NeedsFix

Notwithstanding @tsaarni 's efforts to make certificate rotation easier to accomplish, we should acknowledge that certgen is not going to grow beyond its current role of supporting the example deployments...

lifecycle/stale
area/deployment
area/documentation

The use of `MOV ZR, R0` caused `runtime.usleep` to barf. Spelling out the zeroing of the those registers fixed it, 26722042. I guess we should avoid using `ZR` anywhere for...

bug

The c2go changes are landing in the dev.cc and master branches upstream and work is well underway to integrate those changes into our branch. This is a tracking bug to...