Sergei Zharinov

Results 117 comments of Sergei Zharinov

Reproduction repo: - https://github.com/renovate-testing/test-27775-go-get-multiple-deps In particular: - https://github.com/renovate-testing/test-27775-go-get-multiple-deps/pull/1

> Alternative suggestion: return a warning from updateArtifacts, and add a new Artifacts Update Warning comment (similar to we do with errors) so that it persists across runs until another...

With regard to JFrog, it's not clear which host to match, but my guess it's `jfrog.io`. But the problem is I don't know the exact limits to apply, and probably...

We've discovered that ETag-based caching doesn't help us to avoid rate limits, therefore it seems to be useless

I believe we already have it for Bitbucket

Now I'm starting to get why GitLab APIs require to url-escape the repository part in their APIs, for example the `/projects/:id/repository/tags` endpoint. Unlike GitHub, it allows their projects/repositories to easily...

At this point we would like to have full collection of possible go module variants in GitLab: - Root-level or submodule - GitLab subprojects - v0, v1, v2+ - whatnot...

...and how to install them using go tooling

Okay, now it's obvious that particular `tree-sitter-*` native packages are the weak point. It works on my machine, but fails on CI environment. While the overall approach looks good, it...