-
-
Notifications
You must be signed in to change notification settings - Fork 414
Bug fix/propagate float to long #469
Bug fix/propagate float to long #469
Conversation
propagate-float-to-long
propagate-float-to-long
propagate-float-to-long
Nice, thanks. Can you squash your commits into one an force-push in your branch please? Otherwise, I'll squash the commits when merging |
Sir, that is my first pull request in the github so that I'm not familiar with and I am an amateur programmer.
how can I do that ? should I create a new pull request with another way ? or squash this existing pull request ? |
I was not referring to github, but to a Leave it like that, I will do that myself in a few days. |
Does it mean that my pull request is Unusable with out squashing !? |
You pull request is nice and usable ( I still need to test though). I'm just nitpicking : I like having a clean git history and having a single commit to fix that, rather than 4 commits |
I was also wondering to make a PR for PositionChanged too. but it seems that I should read more about github. |
You're welcome, I welcome everyone wanting to make contributions to this project. For LengthChanged? Isn't this what this PR is about? Your PR is fine, don't worry. I was talking about advanced git usage I didn't know until recently. |
sorry my mistake. |
PositionChanged must be a float as far as I know : it represents the proportion of the video that has been played (between 0 and 1) |
Dear @jeremyVignelles special thanks for your assistance. |
This PR has been merged manually, thanks for your contribution! A new package will be available in a few minutes : 3.0.0-develop303 |
now can I delete the branch ? |
Yes, you can |
According to this thread I've changed float types to long for
and I've tested the project.