Héctor

Results 4 comments of Héctor

I've been working on this recently. So far my approach is to use docker compose to bring up the stack (where the FB emulator suite is a dependent service) and...

+1 to improve documentation of how to uninstall. Today I had to manually remove the finalizers from a few resources (`autoscalingrunnersets.actions.github.com`, `rolebindings.rbac.authorization.k8s.io` and `roles.rbac.authorization.k8s.io`) that were causing the `arc-runners` namespace...

Actually, I don't think this approach works. When using something like this: ``` CORS_DOMAINS_REGEX: str({ default: "", devDefault: testOnly(undefined), }) ``` I get the following error when a `string` is...

+1 We had to disable the `persistent` flag on the root `dev` script because of this issue.