-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Labels
bugSomething isn't workingSomething isn't working
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.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.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working