Michał Kowalik

Results 3 issues of 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 */]); // ^ // |...

type: feature request
template

### 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...

feature-request

## 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.