Akshay Shah

Results 121 comments of Akshay Shah
trafficstars

Forgive me if I'm telling you stuff you already know, but... Macs coalesce timers into 15ms windows to save power (and I assume iOS devices are even more aggressive). That...

Hi @mattklein123 - my coworkers and I at @bufbuild would be happy to maintain PGV! It fills a huge gap in the protobuf ecosystem and deserves careful stewardship. As a...

OK, can do. Ideally, we'd transfer the repo to bufbuild/protoc-gen-validate. Github maintains redirects, so that keeps things simple: there's only one PGV repo, maintainership is clear, and anyone looking for...

The main blocker from our end is just making sure that we won't break lots of users during the transfer. @elliotmjackson has been doing some more detailed investigation to make...

I'm perpetually pulled into other work 😢 This issue is clearly important, though, so I'm handing it off to @joshcarp to make more rapid progress.

Headers and trailers behave the same, but neither has last-writer-wins semantics. Recent versions of the HTTP specification call both headers and trailers "fields". In both headers and trailers, keys may...

@jhump's got the right idea (@joshcarp has suggested a similar approach on other issues). I'm planning to document this approach and then close this issue.

@cyriltovena is using `connect-go` in Grafana Labs' Phlare product, and also ran into a situation where a library like this would be useful.

@mattrobenolt and anyone else following this issue, @jhump and @jchadwick-buf are now actively working on this. We've got some internal use cases, and our [Knit project](https://github.com/bufbuild/knit/) is running into many...

We've just cut the first public release of [`httplb`](https://github.com/bufbuild/httplb) - it brings configurable load balancing, name resolution, and subsetting to `net/http` clients! We're looking forward to your feedback over in...