Nicholas Wiersma
Nicholas Wiersma
This issue will be used to track to work on `v3` of ConfigManager. The idea will evolve and be discussed here. The ideas around this are from the collaboration between...
While oAuth2 does not require scope on a refresh, OIDC can support this (seems to be a mixed bag on this). As this library is largely used for OIDC it...
The following program `sample.go` triggers a panic: ```go package main import ( "bytes" "html/template" ) var str = `{{ stringOr .Data "test" }}` func main() { tmpl, err := template.New("test")....
### Proposal Go spec does not allow for non aliasT types to have methods, except for a struct through composition. This is not entirely implemented in yaegi. 1. When GTA...
**Describe the bug** I am running librespot via raspotify. When I connect using Spotify Connect and play a song, it instantly crashes. If I change the volume first, it does...
**Is your feature request related to a problem? Please describe.** While using the Autoscaler WebHook, it is possible, if not guaranteed, that at some point the service the WebHook points...
## What is the problem I am trying to address? This adds support for GitHub App authentication using Git Credential Helpers. ## How is the fix applied? The GHA Git...
### Preflight Checklist - [x] I agree to follow the [Code of Conduct](https://github.com/dexidp/dex/blob/master/.github/CODE_OF_CONDUCT.md) that this project adheres to. - [x] I have searched the [issue tracker](https://www.github.com/dexidp/dex/issues) for an issue that...
**What type of PR is this?** > Uncomment only one ` /kind ` line, press enter to put that in a new line, and remove leading whitespace from that line:...
**Is your feature request related to a problem? Please describe.** We would like to use `InitContainers` for sidecar containers, given that the lifecycle is better managed, but port assignment in...