Chris O'Haver
Chris O'Haver
Not sure why it ran twice (probably because I edited the post). And it doesn't look like it used the code from this PR - which, in retrospect obviously it...
> @chrisohaver I found this useful in explaining the changes in this PR: https://www.docker.com/blog/faster-multi-platform-builds-dockerfile-cross-compilation-guide/ Thanks, Although that doesn't actually answer the question, "Can you explain why this fix works?" It...
Marking this as stale since original author has not responded.
> a 3-member committee seems to be a little small. How about 5?
> The simple voting-by-PR will not work anymore. Yes, I think it can still be done via PR but it should be revised to account for multiple seat vacancies. During...
Closing this, since going forward with no leader is more popular. #5494
> Not entirely sure that's true. It just came out earlier and collected more votes. It's not clear there is quorum. But I guess we can always change this later......
> Is there enough interest from maintainers in holding a steering committee seat to fill 3-5 seats? The only expectation of a steering committee member is that they vote on...
At a glance, it looks like _cache_ handles this OK. Monotonic clock operations are handled implicitly by Golang. Time.time contains a monotonic time and a local time (aka wall clock);...