Results 104 issues of 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`)?...

not a bug

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

documentation
good first issue

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

bug

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

enhancement

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

bug

We'll still need to do much of our custom stuff, but we can potentially get better usage output and shell completion

enhancement

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

enhancement

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

enhancement