Weyert de Boer

Results 330 comments of Weyert de Boer

Yeah, I consider it a Gitlab problem. We having the same issue with `npm`

Interesting, one of the reasons I moved to `pnpm` was because it works better than `npm` with the private gitlab npm registries. Adding `//gitlab.mydomain/api/v4/projects/905/packages/npm/:_authToken'=${GITLAB_AUTH_TOKEN}` to `.npmrc` doesn't improve things?

> This works for me, but I would call it a workaround. Consider a project which uses many packages from this registry. You then need to add this line for...

You to change the try..catch to `} catch (err: unknown) {` to get rid of the error

I will have a look. I would think you would only need to filter by `importerId`?

Ah interesting, yeah, think this would be one for @zkochan :) What you are saying makes sense, though. Only not sure if the `link:` issue you describe is expected behaviour

I don't see it in the Windows version of ProxyMan?

have tried your suggestion but it is not working. Do you know where in the code this parameter is used? I don't see any (verbose) logs about it copying or...

Thank you! I am having a look. Struggling a bit to get the code compiled while also having `act` installed via Homebrew. Once I cracked that problem I will get...

Looks like your suggestion works @ChristopherHX . The only time it appears to go wrong when you try to use it together with a matrix strategy then a concurrent write...