Skip to content

chore: support client side event logging #827

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

Conversation

mxschmitt
Copy link
Member

No description provided.

@mxschmitt mxschmitt force-pushed the chore/support-client-side-event-logging branch from 6bb3721 to 9af9a2c Compare July 29, 2021 07:48
return ""
header = " logs "
header_length = 60
left_length = math.floor((header_length - len(header)) / 2)
Copy link
Member

Choose a reason for hiding this comment

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

we don't have math.floor upstream is it actually required here?

Copy link
Member Author

Choose a reason for hiding this comment

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

Upstream we do "o".repeat(2.9) and String.prototype.repeat does floor internally.

@mxschmitt mxschmitt merged commit bb9b09f into microsoft:master Jul 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants