Space Raccoon
Space Raccoon
... then it doesn't look like Github support OIDC :/... so...
@maraino not sure... I guess it boils down to: is `step oauth` meant to be used solely with OIDC services? If "yes", then it doesn't make sense to try an...
Ok. So in a shell, to fix this as far as I can tell: 1. `step oauth` has to send `Accept: application/json` when interacting with Github 2. the return condition...
```diff diff --git a/command/oauth/cmd.go b/command/oauth/cmd.go index 0ba6599..48db086 100644 --- a/command/oauth/cmd.go +++ b/command/oauth/cmd.go @@ -307,9 +307,24 @@ OpenID standard defines the following values, but your provider may support some Action: oauthCmd,...
@Vithanco did you end-up having a functioning fork with updated upstream graphviz?
@goccy would love to see this happen - and of course happy to help if you can provide some pointers.
Is this going to apply as well for whiteout files?
Confirming this is reproducible, and seems to be just extraneous logging. The commit does exist, and the git operation is succesful. It only happens when using a commit ref (eg:...
@philippe44 could not make the script to build clang either - I was aiming for llvm-15 (even after fixing the download issue). Ended-up just building LLVM out of band. This...
Facing this as well. These seem related: - https://github.com/abiosoft/colima/issues/533 which mentions a possible timing issue with gvisor - https://github.com/lima-vm/lima/issues/1293 which is probably a duplicate FWIW, while tinkering with start /...