João Carlos Ferra de Almeida
João Carlos Ferra de Almeida
I checked the `GHAppInstallation.java` file and checked that the field is indeed a `GHUser`: ```java public class GHAppInstallation extends GHObject { private GHUser account; /** * Gets account. * *...
You're completely right. Hmm I may have a look at it. Thanks @bitwiseman!
One more thing: Removing the `user` from the `context`, manually getting the token by running: ``` $ kubectl oidc-login get-token \ --oidc-issuer-url= \ --oidc-client-id= \ --oidc-client-secret= \ --oidc-extra-scope=email {"kind":"ExecCredential","apiVersion":"client.authentication.k8s.io/v1beta1","spec":{"interactive":false},"status":{"expirationTimestamp":"2022-01-22T17:04:38Z","token":""}} ```...
Hey everyone, so the issue keeps getting weirder. I had installed **RD** via **Homebrew**, which as you know forces us to delete binaries (eg. `kubectl`) in order for the cask...
Hey there, We're also encountering the same issue with the "subscriber_count" field not existing when trying to sort by "Subscribers" in the Lists view. **Description of the bug and steps...