Nejc Habjan

Results 180 comments of Nejc Habjan

Ah, the delete error might be a separate issue that I completely skimmed over, we can take a look at that separately if needed, I have to check what runners...

For anyone stumbling across this years later: This appears to be a terminology thing with argparse, because flags (`--something`) were historically called "optionals" as opposed to positional args, so a...

We'll really fix this when we switch to `click` I think, argparse especially with the current setup is already too painful. IIRC click has some native support for lazy loading...

That's funny last weekend I was hacking away locally on a branch to wrap https://github.com/graphql-python/gql with existing authentication/convenience stuff from `gitlab.Gitlab` 😁 IMO it would also make sense to provide...

> > > Not sure if that makes sense. We could do it once an `openapi.yaml` for GitLab is available. They are still in the early stages: > > *...

That's true, there are a lot of endpoints that often get added silently without any mention in the release posts and we miss them.

Hi @WobblyRobbly, this is one in a long line of CLI-related issues. The maintainers already discussed here https://github.com/python-gitlab/python-gitlab/issues/708 that the CLI likely needs to be reworked using a different library...

Just my two cents: if you do still consider this in the future, e.g. to reuse .cfg files as stated above, python-gitlab does provide lower-level methods that all wrapper methods...

> > > Hey @nejch! > > Just a friendly reminder that if you now have the time to try to code what you suggested, then please go ahead. :)...

Oh no I I completely agree :) I just wanted to give a quick update to my previous post, that it wasn't a 1-to-1 replacement for `_make_request_to_api` but it's basically...