Open
Description
Prerequsities
- The "Troubleshooting" section of the README did not help
- I've installed the required dependencies
- I'm on the latest version of the plugin
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.