Prerequsities
Bug Description
- The discussions tree does not contain all the discussions that are shown in Gitlab in the browser.
- This is because
gitlab.nvim only makes one request for 1 page with 250 items/discussions, but Gitlab has a limit of 100 items per page.
I've implemented a naive fix in #183, but there will be a better way of getting the correct number of pages to retrieve.
Prerequsities
Bug Description
gitlab.nvimonly makes one request for 1 page with 250 items/discussions, but Gitlab has a limit of 100 items per page.I've implemented a naive fix in #183, but there will be a better way of getting the correct number of pages to retrieve.