leetcode.nvim
leetcode.nvim copied to clipboard
Listing by todo status returns no results
Leet list status=todo fails to return any results on my end but status=ac and status=notac both return expected results.
+1
+1
Same issue, I noticed that in web UI todo is actually called NOT_STATED
UPD: Debugged a bit and noticed that
:lua print(vim.inspect(require('leetcode.api.problems').all()))
for some problems returns status = vim.NIL,