-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
FEAT(client): Add MP3 Recording #6219
Conversation
@Chinry You can simply amend your changes and force push the branch :D There is no need to create new pull request for your changes. It helps to keep track of the discussion, you know. |
@Hartmnt, when I reset my changes it closed the request. Would it automatically reopen it once I pushed? |
Well, I do not really know what exactly you are doing, but it should be sufficient to do the following:
That should push your changes to the existing pull request without closing it. |
Other than that it looks good. The translation commit is missing, of course. I will explain to you how to add the translation commit once I have had the time to test whether this new feature actually works ;) |
I appreciate the help with git. I made those 2 minor changes. |
@Hartmnt, how do I make a translation commit? |
You run the However, for one I have not had the time to try your changes myself yet. And also your formatting is still failing (see the PR-Checks job log) and it would be (slightly) harder to update your commit when you have added the translation commit ( |
Not sure while it is failing after I ran clang-format on the file. It seems to have deleted some excess spaces that cause it to fail around line 81. |
Mhh, interesting. I assume you used clang-format in version 10? Anyway, it should be sufficient to revert to the line with the spaces intact. After all your main code changes did not even touch line 81. |
717775b
to
69c6d60
Compare
Fixed the formatting issue. Let me know when you get around to taking a look at the changes. |
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.
I assume you have actually verified that recording to MP3 works with this code?
If that's true, then this LGTM. I'll take care of the translation updates for you.
implements #3079
Checks