Jack Pierce

Results 5 comments of Jack Pierce

We've been bitten by what I suspect is this bug, but in a slightly simpler context: ```typescript @ArgsType() class SomeArgsClass { @Field(() => String, {name: "some_arg"}) someArg: string } @Resolver(of...

In our case, the service account responsible for the uninstall was missing permissions to delete resources in one of the api groups. The uninstall would silently fail, and any subsequent...

I've run into the same issue, but I don't see much activity here - @andreialecu have you by any chance discovered a workaround?

If we want to make the changes on the default branch, then forcibly push them to another branch after, then we can: `git branch -f feature_branch ` This way, we...

I'm encountering this issue as well. Was there ever a resolution?