Aurora Gaffney
Aurora Gaffney
#### Description (motivation) This allows the parsing of CBOR data containing maps with byte string keys, which is commonly seen in Cardano blockchain data. The default behavior remains the legacy...
### What version of fxamacker/cbor are you using? `v2.3.0` ### Does this issue reproduce with the latest release? Yes ### What OS and CPU architecture are you using (`go env`)?...
I came across a helm chart that generated manifests such as the following: ``` kind: ClusterRole apiVersion: rbac.authorization.k8s.io/v1beta1 ``` Because the mapping file is using a multiline substring match that...
### Description This is a (hopefully) unintended side effect of #273. Because the `instance-id` changes, `cloud-init` treats it like it's the first boot and does all the first boot things,...
When building `kube2iam` with Go 1.14 (for the purpose of creating an ARM docker image), you encounter this error: ``` # golang.org/x/net/http2 /go/pkg/mod/golang.org/x/[email protected]/http2/transport.go:416:45: undefined: os.ErrDeadlineExceeded note: module requires Go 1.17...
### Summary This will allow someone to add a new runner via the Github UI to get the registration token, and then avoid needing to provide a PAT for their...
We use chain-sync at the beginning to get the available block range and then leave it in the Idle state, which has a (random) timeout. This causes the connection to...
We'll still need to do much of our custom stuff, but we can potentially get better usage output and shell completion
We're currently using an ugly custom logging interface, but we should switch to slog. We don't want to do this until Go 1.22 is out, since slog is only available...
We currently use BlockFetch and then start ChainSync from where we left off, but that results in the tip information sent to the consumer being stale during the bulk sync....