Results 27 comments of Ben Marten

Not sure how we merge in this project, but looks to me your commits don't follow the convention: -AngularJS commit message guidelines

If you mean how to rename your commits, look into 'git rebase -i HEAD~1'. the force pushing your local branch to remote, i guess ;) Renaming the PR itself should...

Check out this cli tool for commit messages: https://github.com/commitizen/cz-cli

Thanks, or adding: ```rust use std::thread::sleep; [...] sleep(Duration::from_millis(10000)); // Sleep for ten seconds. ``` ... does the trick too ;)

Just tried today, same issue with 10.12.5.

+1 this lib looks awesome, but i'm not going to use it, because there is lack of gradle support :/