Michał Kowalik
Michał Kowalik
API lacks some code comments that enables IDEs to properly hint code. Example: ``` $service = new Google_Service_Analytics(/* ... */); $accounts = $service->management_accounts->listManagementAccounts([ /* parameters */]); // ^ // |...
### Check List - [X] I have already read [Docs page](https://hexo.io/docs/). - [X] I have already searched existing issues. ### Feature Request It is possible to configure permalinks for posts...
## What does it do? Resolves https://github.com/hexojs/hexo/issues/5543 ## Screenshots ## Pull request tasks - [ ] Add test cases for the changes. - [ ] Passed the CI test.
### Details Be able to run hooks only for staged (`commit-msg`, `pre-commit`) or committed (`pre-push`) changes. The problem: 1. When developer runs `dotnet format` via `pre-commit` hook all upstaged changes...