Robert Alonso
Robert Alonso
I'd like to use this program to export the LSIF data to a file so that it can be consumed by GitLab for its ["Code Intelligence"](https://docs.gitlab.com/ee/user/project/code_intelligence.html) feature. This enables hover...
Added an optional argument to constructor to specify the mode argument to the file open command. Defaults to 'r', for backwards-compatibility. The specific use case this addresses is supporting binary-encoded...
There doesn't appear to be a way to clone a repo with submodules. In my use case, the devcontainer is built up using files coming in from a submod, so...
This is really two issues in one. They're submitted together because I believe the solution to one probably enables the solution to the other. A) None of the [Dependency Proxy](https://docs.gitlab.com/ee/user/packages/dependency_proxy/)...
The `CI_PROJECT_ROOT_NAMESPACE` [predefined variable](https://docs.gitlab.com/ee/ci/variables/predefined_variables.html) is not defined. From the GitLab documentation: > The root project namespace (username or group name) of the job. For example, if CI_PROJECT_NAMESPACE is root-group/child-group/grandchild-group, CI_PROJECT_ROOT_NAMESPACE...