Csaba Apagyi

Results 109 comments of Csaba Apagyi

I'm getting the following output: ``` Transferring Issues ================================== (node:14796) UnhandledPromiseRejectionWarning: StatusCodeError: 404 - {"error":"404 Not Found"} at new StatusCodeError (C:\code\node-gitlab-2-github\node_modules\request-promise-core\lib\errors.js:32:15) at Request.plumbing.callback (C:\code\node-gitlab-2-github\node_modules\request-promise-core\lib\plumbing.js:104:33) at Request.RP$callback [as _callback] (C:\code\node-gitlab-2-github\node_modules\request-promise-core\lib\plumbing.js:46:31) at...

Just to make sure, this is a valid definition of usermap and projectmap, right? Example: ``` usermap: { 'username.gitlab.1': 'username.github.1', 'username.gitlab.2': 'username.github.2', }, projectmap: { 'gitlabgroup/projectname.1': 'GitHubOrg/projectname.1', 'gitlabgroup/projectname.2': 'GitHubOrg/projectname.2', },...

@spruce I'm not sure if my PR addressed OP's or other's issues. Merging the PR auto-closed this because I referenced my comment in it.

Can't share the exact code but you can see how this will go wrong: ```ruby let(...) let(...) before do set_mock end let!(something) { create_something_that_relies_on_mock } ``` This will get autocorrected...

I see, thanks! It's possible that I got the cause wrong. Unfortunately, I won't have the time to provide more detailed examples. My use case looks like the dummy one...

To clarify what is making it hard to work with rubocop isn't rules without autocorrection or adhering to strictly good style. That is all perfectly fine. Autocorrect is great because...

I don't understand why close an acknowledged issue. This discourages outside contribution more than anything. Your message is: "no need to report issues unless you intend to fix them". Which...

Having the same issue trying to send files. No matter the type of file I'm trying to send it tries to JSON parse it. ``` file = entity.attachment.download temp_file =...

I guess the issue with this is the same as the reason I'm here: building custom versions together. Your Dockerfile for alpine grabs node from the alpine package manager without...