Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 40 million developers.
Sign up-
Uber
- San Francisco
- http://blog.prashantv.com
Popular repositories
-
-
Forked from quicklywilliam/multiclutch
Customization App for Macbooks with MultiTouch support
255 contributions in the last year
Contribution activity
October 2019
Created a pull request in yarpc/yab that received 3 comments
protobuf: Better errors when service is not specified/found
Use encodingerror.NotFound to match the Thrift experience when a service is not found. Instead of "Symbol not found: Bar", the error will now look …
+92
−41
•
3
comments
- protobuf: Better errors when service is not specified/found
- encoding: Use fully qualified method names for Thrift
- encoding: Move out not-found error
- Fix flaky limiter test
- encoding: Improve error message for unsupported encoding with --health
- Refactor transport & encoding detection
- transport_test prefactor: Use t.Run and add msg
- main_test prefactor: Use t.Run and add msg