Kevin Gillette

Results 16 issues of Kevin Gillette

### Your feature request related to a problem? Please describe. Some linters, such as tagliatelle, are not necessarily appropriate to apply with a single configuration project-wide. For example, due to...

enhancement
area: config

There is the following text in https://timewarrior.net/docs/what.html : > Suppose you start the clock at noon on a Friday, then you stop the clock at noon on Tuesday. Did you...

documentation

Related to GothenburgBitFactory/taskwarrior#2156 in terms of expanding sharing/syncing capabilities, it would be empowering to have the ability to keep both personal and work tasks on the same device, managed with...

### Related problem The `table` command has a `--list` option, permitting themes to be enumerated, but it does not appear to have an option to permit customization of the runtime...

enhancement

Because of how Go's missing-map-keys and zero value features work together, the branches for handling MessageGroupId and MessageDeduplicationId don't achieve anything that the language doesn't give us for free (using...

**Is your feature request related to a problem? Please describe.** Given CBOR's use of the JSON data model as a starting point, it is often desirable to receive data in...

**Is your feature request related to a problem? Please describe.** A nice property of the `json.RawMessage` design is that it's fairly trivial to safely inspect the broad kind of JSON...

enhancement

**Is your feature request related to a problem? Please describe.** `encoding/json`'s behavior when decoding arbitrary numbers to `any` is either `float64`, or `json.Number`, depending on decoder configuration. `fxamacker/cbor` already has...

Hi! I have workloads that are simpler to reason about and control if there were a way to run Scan/Query in this library such that: 1. Exactly one Scan/Query call...

``` WARNING: DATA RACE --   | Write at 0x000000e93ac0 by goroutine 22:   | database/sql.convertAssignRows()   | /go/src/database/sql/convert.go:381 +0x1aa7   | database/sql.(*Rows).Scan()   | /go/src/database/sql/sql.go:3326 +0x6e4   | github.com/segmentio/ctlstore/pkg/scanfunc.New.scanFuncStruct.func1()   | /var/lib/buildkite-agent/go/pkg/mod/github.com/segmentio/[email protected]/pkg/scanfunc/scan_func.go:88 +0xa7   | github.com/segmentio/ctlstore.(*Rows).Scan()   |...