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 50 million developers.
Sign up
Pinned
9 contributions in the last year
Contribution activity
May - July 2020
fxb has no activity
yet for this period.
April 2020
- fxb/ts-proto TypeScript
Created a pull request in stephenh/ts-proto that received 6 comments
Support bytes as base64 encoded strings.
I took a quick stab at implementing support for bytes as base64 encoded strings in the fromJSON and toJSON methods.
It can be turned on by passing -…
+293
−27
•
6
comments
Created an issue in stephenh/ts-proto that received 3 comments
Use of 'DeepPartial<T>' results in type errors with types generated from 'repeated bytes'
The following protobuf message
message Message { repeated bytes blobs;
}
Will produce the generated interface
export interface Message { blobs: Ui…
3
comments

