dax/internal/cbor/cbor.go (6 lines): - line 271: // TODO skip tags, indef length strings - line 310: // TODO skip tags, indef length bytes - line 334: // TODO skip tags. - line 342: // TODO avoid double buffering - line 397: // TODO b16 to b32 - line 513: //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 689: var lastErr error // TODO chain errors? - line 803: action() // TODO recover from panic()? dax/internal/client/single.go (1 line): - line 570: // 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 37: const tagDocumentPathOrdinal = 3324 // TODO remove once merged