odyssey icon indicating copy to clipboard operation
odyssey copied to clipboard

PAUSE/RESUME fixed

Open lowgear opened this issue 6 years ago • 4 comments

lowgear avatar Dec 15 '19 09:12 lowgear

Please, review this :)

lowgear avatar Dec 20 '19 13:12 lowgear

I haven't tested the whole thing after issues fixing yet.

lowgear avatar Dec 26 '19 09:12 lowgear

Now it's tested that with the given changes pause/resume still works.

lowgear avatar Jan 01 '20 18:01 lowgear

Hi, you have a huge list of files with conflicts due to PR with formatting. Steps for rebasing.

save files that were changed in your PR git checkout master git pull git checkout git rebase -i HEAD~0 --onto master(this line delete all your changes, don't forget to save it) copy back saved files to the repository format files: find ./ -type f ( -iname *.c -o -iname *.h -o -iname *.cpp -o -iname *.hpp ) -exec clang-format -style=file -i {} ; git commit -am "Name of PR" git push -f If you have a questions or want my help you can ask me here :)

g0djan avatar Apr 03 '20 06:04 g0djan