leetcode.nvim icon indicating copy to clipboard operation
leetcode.nvim copied to clipboard

Listing by todo status returns no results

Open rishyramen opened this issue 1 year ago • 3 comments

Leet list status=todo fails to return any results on my end but status=ac and status=notac both return expected results.

rishyramen avatar Jun 10 '24 13:06 rishyramen

+1

lkzz avatar Jun 11 '24 01:06 lkzz

+1

Wetooa avatar Aug 13 '24 14:08 Wetooa

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,

tdakhran avatar Aug 31 '24 23:08 tdakhran