John Lenton

Results 13 issues of John Lenton

UpdateMeBot rocks. Thank you for writing it, and hosting it. I get a reasonably large number of notifications from it, and sometimes I wish it wouldn't start every single one...

If you're really timing `go run`, that will include compilation time which seems a little unfair given the other ones are getting timed already-built. Why not e.g. `go build ./golang-k-nn-speedup.go...

An Insert...Returning query that returns a single value that works with, say ```golang var x []struct { X bool } query.Returning("true AS x").Fetch(ctx, &x) ``` fails to run as ```golang...