Skip to content

#49 provides composite metadata implementation #57

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

Merged
merged 3 commits into from
Oct 22, 2019

Conversation

OlegDokuka
Copy link
Member

This PR provides an implementation of Composite Metadata mostly ported from Java Implementation

@OlegDokuka OlegDokuka added the enhancement Suggests, requests, or implements a feature or enhancement label Oct 8, 2019
@OlegDokuka OlegDokuka self-assigned this Oct 8, 2019
@OlegDokuka OlegDokuka force-pushed the feature/composite-metadata branch 2 times, most recently from 7a2a881 to aee21ed Compare October 8, 2019 12:49
@OlegDokuka OlegDokuka force-pushed the feature/composite-metadata branch from aee21ed to 58e6677 Compare October 8, 2019 12:52
function fromArrayBuffer(array: any, byteOffset?: number, length?: number) {
let buf;
function fromArrayBuffer(array: any, byteOffset?: number, length?: number): Buffer {
let buf: Buffer;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This typing is throwing a bunch of Flow errors when I run the tests. Otherwise, no concerns.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sure. Actually I'm still not able to configure my flow correctly. So it was just my "Typescript" and some blind kitty steps over the whole codebase 😿

@robertroeser robertroeser merged commit 6c8520f into master Oct 22, 2019
@robertroeser robertroeser deleted the feature/composite-metadata branch October 22, 2019 23:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Suggests, requests, or implements a feature or enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants