Marcin Antczak
Marcin Antczak
Sure. Unfortunately I'm very busy now. I'm going to add tests by the end of next week.
Weird. AFAIK each project has to have an owner. `emacs-gitlab` shouldn't die while owner name is empty. However I don't know how to duplicate this issue. How can I remove...
@thomasf Could you please confirm if #12 resolved this problem?
Ok. Please, take a look at other changes and improvements merged recently, too.
Ok. As I understand problem with list is when project has no description. I'll try to fix it soon.
This is probably something new in GitLab API. It supports pagination: ``` page (default: 1) - page number per_page (default: 20, max: 100) - number of items to list per...
Well, I don't understand what are you going to achieve. Could you please elaborate your workflow and what is the problem?
I thought that you are talking about lists generated by `gitlab-show-projects' or`gitlab-show-issues`. Problem with pagination affects all implementations where you want to get all data. Currently it's not possible to...
There is no other way. Gitlab API returns 20 elements by default and you need to extend this limit to 100 and loop if it's not enough. There is an...