Robert Alonso

Results 5 issues of 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...

enhancement
good first issue

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...

enhancement

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...