-
-
Notifications
You must be signed in to change notification settings - Fork 598
Fix file upload progress #1133
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
Fix file upload progress #1133
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1133 +/- ##
=======================================
Coverage 92.29% 92.30%
=======================================
Files 54 54
Lines 5230 5235 +5
Branches 1168 1169 +1
=======================================
+ Hits 4827 4832 +5
Misses 403 403
Continue to review full report at Codecov.
|
I tested it without |
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 thank you.
Could the type parameter be set at the end, because otherwise i think it could break code which is relying on previous behaviour. i mean code that expect that the progress value is at first place.
Wouldn't it be more "secure" to use this new parameter in the form of an object.
indeed, in the futur, if more data must be added it could be filled in this object seamlessly
I was thinking the same thing like putting |
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 the fix. Nice code cleanup
I just found the time to test the pacth. 1 14535341 14535341 (meaning end of the upload) Thats why aditionnal imformations / api evolution would have been usefull. however I really thank you for that work. |
I hope I 'm not arrogant while writing. English is not my best part. |
Seems like |
Based on the discussion from #1096
Thanks to @ladigitale for the advice. 👍