xaurx
xaurx
10 seconds token expire delta is too small as on poor connections one can easily end up with 401 error due to temporary network issues and lengthy TCP/IP retries. It...
Right now all non-HTTP errors are returned as plain error with combined text messages into single string, e.g.: oauth2: cannot fetch token: Post https://oauth2.googleapis.com/token: read tcp 10.0.6.7:46650->172.217.212.95:443: read: connection reset...
### What does this PR do? Traefik keeps and tries to update outdated certificates forever even if they are no longer in use or/and can't be renewed anymore. This PR...
### Go version go 1.20.7 linux/amd64 darwin/arm64 ### Output of `go env` in your module/workspace: ```shell GO111MODULE='' GOARCH='arm64' GOBIN='' GOCACHE='/Users/user/Library/Caches/go-build' GOENV='/Users/user/Library/Application Support/go/env' GOEXE='' GOEXPERIMENT='' GOFLAGS='' GOHOSTARCH='arm64' GOHOSTOS='darwin' GOINSECURE='' GOMODCACHE='/Users/user/go/pkg/mod' GONOPROXY=''...
Unfortunately legacy format is more helpful in debug as it dumps goroutine labels. 'gops stack' doesn't dump them. Golang issue: https://github.com/golang/go/issues/63712
**Client** Profiler **Environment** GKE containers **Go Environment** checked with: go 1.20.x go 1.21.x **Code** we start profiler in all our processes in a simple way like this: ``` import "cloud.google.com/go/profiler"...
### Expected Behavior I initialize github provider v6.2.1 (latest at the moment) as following: ``` provider "github" { owner = "myorg" token = "ghp_XXX" } ``` and it doesn't work,...
**Describe the bug** I generate a large multi row table by calling m.AddRow(4, text.NewCol(...)). It worked perfect until I added some empty lines as padding like this: ``` m.AddRow(1) ```...
#### Overview Standart Microsoft dex connector forces microsoft to ask user for permissions. This can be avoided if user is logged in to Microsoft in this browser. #### What this...