Joseph Petersen

Results 540 comments of Joseph Petersen

requestTimeout is per request what you want is timeout per method call. Since tree recursive is heavily paginated node-gitlab sends a request for each page and gitlab is limiting each...

@bassarisse please, this is still an issue :cry:

Sweet, I will have a look. Chocolatey is like apt-get or homebrew though for windows 😄

FYI, I also signed the CLA as I was so kind to cleanup some of @mv3shape commit history 😅 When we forked the repo on GitHub and moved our changes...

👋 @SorenMaagaard please remember to sign the CLA and associate your 3shape email with your github account: https://help.github.com/en/articles/adding-an-email-address-to-your-github-account

when switching node version in non elevated prompt the prefix is set to `C:\tools\Nodist\v-x64\7.2.0` When in an elevated prompt prefix is set to `C:\tools\Nodist\bin` Very annoying

npm config get prefix The global bin

🤷‍♂️ Only one API endpoint at this moment. https://gitlab.com/gitlab-org/gitlab-foss/-/raw/master/doc/api/openapi/openapi.yaml

I no longer use GitLab actively so my interest in the project is reduced.

I'd like to refactor group members into a shared resource to not duplicate code. Much like node-gitlab has it https://github.com/node-gitlab/node-gitlab/blob/master/src/core/templates/ResourceMembers.ts https://github.com/node-gitlab/node-gitlab/blob/master/src/core/services/ProjectMembers.ts https://github.com/node-gitlab/node-gitlab/blob/master/src/core/services/GroupMembers.ts