-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Async Crypto Endeavour #12
Conversation
message Metadata { | ||
required string MimeType = 1; | ||
} | ||
`) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
AFAIK, the protobuf module actually takes up a string. If we are going to move this forward, better return a string than a Buffer
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure I don't mind, going to check the source to see what it needs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's move to a string, it gets converted directly to a string anyway in the module https://github.com/mafintosh/protocol-buffers-schema/blob/master/parse.js#L529
Using string instead of buffer for proto file
chore: remove redundant test files
No description provided.