George Pollard

Results 46 issues of George Pollard

Japanese (Rīchi) Mahjong optionally switches one five in each suit to be a red five. When discussing rules or strategy in text, it is useful to be able to refer...

When comparing multiple different benchmarks, it would be nice to have a way to mark them as "comparable" (perhaps `bcomparisongroup`), with the following effects: * numbers are all generated on...

Enhancement

Add new API Docs for latest release

automated pr

nothing to see here, WIP ---- ## Changes Note that this time around I reduced scope to try to do the minimal amount to change over to Swagger-only. We can...

I think with functions like: ```golang func (t *TypeMatcher) AppliesToAnyTypesInPackage(p astmodel.LocalPackageReference) bool { return t.groupMatches(p.Group()) && t.versionMatches(p.Version()) } func (t *TypeMatcher) AppliesToWholePackage(p astmodel.LocalPackageReference) bool { return t.groupMatches(p.Group()) && t.versionMatches(p.Version()) &&...

new-feature

**Describe the current behavior** See: https://github.com/Azure/azure-service-operator/pull/1548#discussion_r647856588

task

**Describe the current behavior** See: https://github.com/Azure/azure-service-operator/pull/1548#discussion_r647855845 Includes depluralization of parent type names when creating type names for subresources.

task

- [x] Get rid of all `unable to produce type` errors and [make it fatal](https://github.com/Azure/k8s-infra/pull/205#discussion_r471845144). Fixed in Azure/k8s-infra#229. - [x] Need to handle enum parameters in URLs. e.g. `Dnszones/{type}` expands...

technical-debt 📈

It is quite easy to do this accidentally, and then it is non-obvious why the changes you are making do not work. See, e.g. https://github.com/kubernetes-sigs/controller-tools/issues/650

lifecycle/stale

Closes #612. Check if rules are rendered irrelevant by other rules and remove them if so.

cncf-cla: yes
lifecycle/stale
size/XL
ok-to-test