-
-
Notifications
You must be signed in to change notification settings - Fork 43
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
add decompose function #88
Conversation
I'm working on fixing the code style issues. It seems I have some problem with the network, can't push yet. Will retry later. |
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.
Thanks for your time in taking care of that. I send you some minor reviews.
Moreover, can you remove yarn.lock changes from this PR?
What should I do? It's already deleted by a5a1921 |
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.
Thanks a lot for those changes, I feel that we are closer to merge this PR into the library.
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.
great job! now it’s ready to be merged a released.
thanks a lot!!
Glad to contribute! |
Released with v2.10.0 |
Add implementation, type definition, test and documentation of the
decompose
function.