Nicolas SCHWARTZ
Nicolas SCHWARTZ
> I would strongly recommend giving the latest main branch a try; there have been a number of changes (e.g. https://github.com/fsnotify/fsnotify/pull/485) Emptying channels seems to work. Add does not hang...
Just a quick question : Is `So the Google Smart Home Test Suite Refresh Token Validation Test recommendation of invalidating the old token as soon as you notice a request...
I was waiting on an input on #2827 regarding code reuse, to know if I can adapt the code to hydra v2.
Hi @aeneasr, I am willing to continue the work on the coming months as we are currently experiencing network token loss when Windows goes to sleep with our app and...
#3265 was merged. There is no more need for this PR
Found the culprit `func (p *Persister) GetPublicKeyScopes(ctx context.Context, issuer string, subject string, keyId string) ([]string, error) { ctx, span := p.r.Tracer(ctx).Tracer().Start(ctx, "persistence.sql.GetPublicKeyScopes") defer span.End() var data trust.SQLData query := p.QueryWithNetwork(ctx)....
Small demo code : ``` package main import ( "context" "fmt" "time" "github.com/gobuffalo/pop/v6" "github.com/xtgo/uuid" ) type SQLData struct { ID string `db:"id"` NID uuid.UUID `db:"nid"` Issuer string `db:"issuer"` Subject string...
Hey, #1147 is for me only a quick fix. I don't believe using math to generate random number is the best approach. Regarding the CLA: this seems very weird to...
Need wireshark capture
Hello, Thanks for the feedback. I was wondering if there were still people using the pod HD500x on Linux. And it is motivating me a lot. I have an update...