Clement Sam

Results 117 comments of Clement Sam

> > ...Alpine 3.13.0 was just released... > > This calls for an update on the alpine installation guide in our readme /cc @solidnerd

Hi @brodock, thanks for reporting this issue. Is this issue still valid for v1.22.0 ?

I decided to work on this but I couldn't agree on a better implementation. I don't know if it's a good idea to display the CI variables values in the...

In the meantime, you can create your own command using the `api` and `alias` commands. This is what I use: ```sh glab alias set get-variable 'glab api /projects/:id/variables/$1 | jq...

> Or to some other part of `glab` help sections, kind of the same way that using GraphQL is described inside `glab api`? Yeah makes sense. Thanks for bringing that...

@Kamori thanks for opening this issue and proposing a solution. This feature will be useful to a lot of people. This is open in case anyone would like to work...

@NikhilMJagtap, you can enable pull mirroring using the Edit Project API https://docs.gitlab.com/ee/api/projects.html#edit-project which should be available in `go-gitlab`. Also, I have been thinking if we should consider `mirror` as a...

I am trying to avoid many nested commands in `glab`. `glab` is maintaining this standard: `glab [Flags]`

@maxice8 I don't see how this is related to #520

Thanks @dacieri for reporting this issue... `glab` heavily relies on the GitLab API. I have found two issues on GitLab that are related to this issue: https://gitlab.com/gitlab-org/gitlab/-/issues/217018 https://gitlab.com/gitlab-org/gitlab/-/issues/31971 I believe...