Nicholas Wiersma

Results 7 issues of 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...

enhancement

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")....

bug
area/core

### 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...

enhancement
area/core
proposal

**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...

bug

**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...

kind/feature

## 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...