Akshay Shah

Results 22 issues of Akshay Shah

Now that [the server reflection schema is stable](https://github.com/grpc/grpc-proto/blob/master/grpc/reflection/v1/reflection.proto), it'd be great if `grpcurl` supported `v1` in addition to `v1alpha`. The new proto schema is identical to the old one, so...

When generating documentation for messages with `protoc-gen-validate` annotations, it'd be nice to have the docs automatically include the annotations. We could do that by synthesizing an extra paragraph of text...

Wishlist
BSR

This is a catch-all issue for our 2.0 wish list. If this list gets long and compelling enough, we'll consider cutting a new major version.

enhancement
wontfix

Currently, errors produced by this package implement `fmt.Formatter` with special support for the `"%+v"` format. We should consider removing this support, since it doesn't actually add any information (which is...

Typically, variadic arguments are optional - the function needs to handle `len(varargs)==0` already. Making dig automatically treat varargs as optional would make a wider variety of plain-Go functions work out...

This isn't a specific issue or proposal. Instead, it outlines the work we need to finish before we tag a stable release of `connect-go`. We're planning to complete all these...

ignore-for-release

**Is your feature request related to a problem? Please describe.** Even though Connect handlers work with `net/http` middleware, it's often necessary to re-implement existing HTTP middleware as Connect interceptors so...

enhancement

When using `net/http` middleware to wrap handlers and collect logs or metrics, it's nice to be able to parse out the protobuf package name, service name, and procedure name. However,...

enhancement

Talked to @robbertvanginkel about this for a while today: in short, the problem is that clients can't tell whether an `*Error` was sent by the server, or whether it was...

enhancement

We should check for correctness using `gofmt`, `govet`, and `golint` as part of Travis builds. We already do this in the rest of the Fx-related OSS projects, so we should...

enhancement
help wanted