Alex Collins

Results 131 issues of Alex Collins

After reviewing the code, this package is almost always misused. * Several error codes are available, but not used. * `BadRequest` used liberally and incorrectly. * Internal server error is...

enhancement
tech-debt
size/XS

**App version** 4.0.6 **Installation source** AppStore **Describe the bug** When I add events to my calendar, they do not sync either automatically, or where I click "Refresh sources" **To Reproduce**...

bug

## Context I want complex test fakes for APIs. I want write to affect reads, and I want to define the behavior of the API simulation. I’ve prototyped this in...

Hi, I'm trying to find a OSS API simulation framework that supports **statefule behaviour**, i.e.: * You can define the behaviour of each operation using a Turing complete programming language,...

kind/question

# Summary Kubernetes clusters often max out with a number of scheduled running pods. For us, limiting this to 5k allow us to protect ourselves. # Use Cases Prevent broken...

enhancement
good first issue
hacktoberfest
area/controller

# Summary The current model of RBAC leans heavily on Kubernetes RBAC, so is easy to make secure, but may not scale well. Consider the situation where you have 1000s...

type/security
area/sso-rbac
area/server

Users would like to see Prometheus metrics, but not for all workflows, grouped by template. Templates usually map 1-2-1 to a pipeline. Tell me how I can find metrics for...

enhancement
area/metrics

Can do REST with OpenAPI? But what about GQL? Possible even?

Please add a video demo front and center in the README. I want to see how it works before I download it.

documentation

We currently run a single controller per cluster or per namespace. Per cluster we only run one and use leader election to provide HA. Per namespace you have to manually...

enhancement
area/controller