David Bartley
David Bartley
Seems reasonable to me.
I don't believe I ever did.
fwiw, I wrote a quick benchmark for comparing against gogo faster: ``` func BenchmarkMarshalSSFSpan(b *testing.B) { s := &ssf.SSFSpan{ Tags: make(map[string]string), } for i := 0; i < 20; i++...
There's also the `killCursors` command to replace `OP_KILL_CURSORS`. The other thing that 3.2 adds is support for `readConcern` on query commands (`find`, `count`, etc...), though I imagine the document layer...
Inability to read an input file seems like something seriously wrong, but I agree that it's easy enough to address by switching to reporting a diagnostic. Why couldn't you just...
I recently saw an OOM on our sandbox container (I believe we schedule with at least 1 GiB RAM) from trying to run the `gofmt` vetter against some generated code...
In terms of disabling nogo selectively, does it seem feasible to add an attribute to `go_library` and friends that either disabled nogo entirely, or allowed you to select a different...