-
Google
- Seattle, WA
- http://blog.reverberate.org
Highlights
- Pro
Block or Report
Block or report haberman
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories Loading
861 contributions in the last year
Less
More
Activity overview
Contributed to
protocolbuffers/upb,
protocolbuffers/protobuf,
google/bloaty
and 5 other
repositories
Loading
Contribution activity
November 2021
Created 31 commits in 2 repositories
Created a pull request in protocolbuffers/upb that received 79 comments
[python] Added descriptor containers
The Python reflection API exposes numerous sequences and maps that vend descriptor data. To avoid defining a new Python class for each one, we defi…
+895
−1
•
79
comments
Opened 5 other pull requests in 2 repositories
Reviewed 8 pull requests in 2 repositories
protocolbuffers/upb
7 pull requests
- Conversion functions between Python and upb data types
- Fix LUA out-of-range checks to handle integer overflow
- Check extension field numbers against extension ranges.
- [python] Added descriptor containers
- Fix default value encoding on big-endian systems
- Fix big endian handling of enums
- Added util library for converting defs back to descriptor protos
protocolbuffers/protobuf
1 pull request
Created an issue in fitzgen/bumpalo that received 3 comments
Can bumpalo::collections::vec::Vec be Send?
Currently bumpalo::collections::vec::Vec is not Send. Is there a reason for this?
I notice that std::vec::Vec is Send. It seems like both the stand…
3
comments