kawre / leetcode.nvim

A Neovim plugin enabling you to solve LeetCode problems.
MIT License
1.04k stars 44 forks source link

Listing by todo status returns no results #105

Open rishyramen opened 3 months ago

rishyramen commented 3 months ago

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

lkzz commented 3 months ago

+1

Wetooa commented 1 month ago

+1

tdakhran commented 4 weeks ago

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,