andig

Results 374 issues of andig

After implementation of issue #121 it is still not easily possible to create such chart: - on initialization, `validateSeries` and `stackData` are being called before `graph.renderer.unstack = true` can be...

Some almost-OAuth2 apis return `expires_in` as part of their token response. Unfortunately, unmarshaling into an `oauth2.Token` does not populate it's `Expiry` field. Hence, the token structure needs be duplicated/embedded to...

The VW api I'm working with (which is almost OAuth but then isn't) needs to receive the clientID in `X-Client-ID` header during token refresh. Would it be possible to add...

Follow-up to #400: I've just encountered deprecated: golang.org/x/oauth2: Transport.CancelRequest no longer does anything; use contexts in the log and asked on the ML: https://groups.google.com/g/golang-nuts/c/-hheka0vc40 since it seems that this message...

## Observed behavior As part of https://github.com/gokrazy/gokrazy/issues/25 I've played with writing updates from custom update client. Using the sequence of: if err := target.StreamTo("root", rootReader); err != nil { log.Fatalf("updating...

enhancement
good-for-stream

Multi-arch images with support for ARM platform would be great. Seems base alpine is already capable of doing this?

enhancement
help wanted

Similar to https://github.com/luraim/fun#filtermap, performing filtering and mapping in a single call.

https://github.com/Homebrew/homebrew-core/pull/107165 fails due to panic: Something in this program imports go4.org/unsafe/assume-no-moving-gc to declare that it assumes a non-moving garbage collector, but your version of go4.org/unsafe/assume-no-moving-gc hasn't been updated to assert...

enhancement

I love using https://github.com/ldez/seihon for multi-arch docker builds. Adding https://goreleaser.com might be another addition, though both are on the build, less on the code side. And golangci-lint and...

These things that should be addressed until 1.0: - [ ] allow custom device names using config file - [ ] rethink the device naming approach (maybe even allow backwards...

enhancement