Brian Hatfield

Results 14 issues of Brian Hatfield

I have a simple struct, like: ```go type SpannerSlugger struct { Slug string `spanner:"slug" valid:"required"` Name string `spanner:"name" valid:"required"` } ``` and a test like ```ok func TestValidation_Slugs(t *testing.T) {...

bug

Hi, We already have a git repository of certificates, and it would be ideal for us if this did not also try to make one. We'd rather have this be...

In the v2 version of protoc-gen-go, `genGeneratedHeader` now [outputs a `versions` section](https://github.com/protocolbuffers/protobuf-go/blob/42cc4c592f87f9c4fa8c52df6a1c0abd6c7fb571/cmd/protoc-gen-go/internal_gengo/main.go#L129-L149). We check in our generated protobuf files. This `versions` output is very problematic for us, as any time...

Hi, There are various references to sequential writes in the documentation, as well as in commentary here: https://sacrilege.io/benchmarking-bolt/. Unfortunately, and I may be the only one, it is not clear...

Hi, I am trying to get Stackdriver tracing working, however... nothing happens. I expect to see traces show up in the Stackdriver UI. I'm using the instructions from [Setting Up...

When working with Vapor, I recently was surprised to learn that `Future.map` was a synchronous method that returns a future. I had been under the mistaken impression that it executed...

For example, given this sample code: ``` r, a, b, e := riakClient.Search(&riak.Search{Q: query, Index: "invites"}) if e != nil { println(e) } ``` with a junk query `Dolphins:1 AND...

Hi there, We're using `depguard` as part of `golangci-lint` (v1.47.3). We've been getting intermittent false positives - given the same code and same rules, re-running multiple times will produce different...

bug

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior After upgrading from websocket 1.5.0 to 1.5.1, my service started regularly...

bug

I have tried with a lot of different swift files, and I always get back the same error: ``` [bhatfield Jobs]% sourcekitten index --file Job.swift The operation couldn’t be completed....