jcnars

Results 5 comments of jcnars

As noted [here](https://github.com/domgiles/swingbench-public#formatting-the-results-file): > Also beware that it only runs on Windows and OSX. I suspect you are in Linux.

/remove-lifecycle rotten On Tue, 10 May 2022 at 18:48, Kubernetes Triage Robot < ***@***.***> wrote: > The Kubernetes project currently lacks enough active contributors to > adequately respond to all...

Ah ! I see where I got it mixed up. The `*T` (as in `*int`) is simply a type that represents a pointer to _base type_ `T` (`int`). There is...