Skip to content
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

remove lodash dependency from rtp and common packages #351

Merged
merged 4 commits into from
Nov 14, 2023

Conversation

koush
Copy link
Collaborator

@koush koush commented Nov 9, 2023

I'm using the rtp sub package within another project and was looking to reduce dependencies for deployed size and supply chain attack surface area. I found that lodash would be trivial to remove (64kb in bundle).

@koush
Copy link
Collaborator Author

koush commented Nov 10, 2023

I believe this hang is an error in the tests per our previous conversations?

Comment on lines 327 to 328
range(6, (i) => symbolList.push(getBit(data[0], 2 + i * 2, 2)));
range(6, (i) => symbolList.push(getBit(data[1], i * 2, 2)));
Copy link
Owner

Choose a reason for hiding this comment

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

incorrect

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

oh whoops sorry, thanks

@shinyoshiaki
Copy link
Owner

If fix that point, the problem with the test will go away.

@koush
Copy link
Collaborator Author

koush commented Nov 13, 2023

If fix that point, the problem with the test will go away.

Done

@shinyoshiaki
Copy link
Owner

LGTM

@shinyoshiaki shinyoshiaki merged commit b5388f7 into shinyoshiaki:develop Nov 14, 2023
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