Tim Bannister

Results 720 comments of Tim Bannister

Rust now has [const generics](https://github.com/rust-lang/rust/issues/44580) as an [MVP](https://blog.rust-lang.org/2021/03/25/Rust-1.51.0.html).

@jon-fearer is this still WIP? If so, consider marking it as a draft (via GitHub's UI / API)

Is the issue that a user with the ability to do cross-namespace searches can discover namespaces, even without having access to read those Namespace resources directly? If so, I'm not...

SIG Docs uses Prow, but right now that's almost entirely for enforcing process rather than for testing the change itself. From a SIG Docs perspective I'd welcome a GitHub Checks...

If a SIG has say three co-chairs and no tech leads, should that SIG be forced to appoint a tech lead?

Overall, I think my concerns about these API changes are around changes we might want to make a few years in the future. If we specify probe timeouts in microseconds,...

For `periodSeconds`, do we want to support sub-second periods? If we do then a similar mechanism to what I proposed above (early failure) would work, but it would need a...

@psschwei I suggested using `early*Offset` as an extra field in the current API. I definitely wouldn't call that negative offset `periodMilliseconds` as that's surely liable to confuse people (`early` in...

Could we merge this as provisional and record where there needs to be some refinement before we advance the KEP to implementable?