dax/internal/cbor/cbor.go (6 lines): - line 267: // TODO skip tags, indef length strings - line 306: // TODO skip tags, indef length bytes - line 330: // TODO skip tags. - line 338: // TODO avoid double buffering - line 393: // TODO b16 to b32 - line 509: //TODO skip tags. dax/internal/cbor/decimal.go (2 lines): - line 133: // TODO skip other tags. - line 168: // FIXME: convertible floats. dax/internal/cbor/bigint.go (2 lines): - line 54: // TODO skip other tags. - line 63: // FIXME: convertible floats. dax/internal/client/cluster.go (2 lines): - line 661: var lastErr error // TODO chain errors? - line 741: action() // TODO recover from panic()? dax/internal/client/request_options.go (1 line): - line 98: if r.Context() != nil { // TODO Should the Context() from Request override the one in RequestOptions dax/internal/client/single.go (1 line): - line 791: // TODO credentials.Get() cause a throughput drop of ~25 with 250 goroutines with DefaultCredentialChain (only instance profile credentials available) dax/internal/parser/expression.go (1 line): - line 39: const tagDocumentPathOrdinal = 3324 // TODO remove once merged