-
Notifications
You must be signed in to change notification settings - Fork 19
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 numpy from deps & some fixes #19
base: main
Are you sure you want to change the base?
Conversation
I will take a look tomorrow, thank you. Just want to clarify that this is mostly internal tool that is being used for our integration/e2e flipper tests at this moment. |
I mainly use it for reuploading an app after compilation. qFlipper-cli doesn't have file transfer cmds |
oh I see, that is one way to do it, I will talk to dev of qflipper, maybe it is easy to introduce to the cli version |
as for qflipper, there will be no updates sadly as for pull request, let me quickly go through code |
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.
got only two real comments about it, rest will test after those changes
If you do believe that reverting coordinates is needed, then I will have to go through protobuf_py code and see how widely it is being used
Using numpy for a few functions seems quite excessive, I replaced it python lists. Also some bugfixes