leetcode-cli icon indicating copy to clipboard operation
leetcode-cli copied to clipboard

May the code be with you 👻

Results 37 leetcode-cli issues
Sort by recently updated
recently updated
newest added

I was trying to get the plan1.py script to filter the questions. After fixing a couple of things to get the python script to work, I noticed that the the...

bug

The following code fails with an error `KeyringError::NoPasswordFound`. https://github.com/clearloop/leetcode-cli/blob/c6873f0194ba5b8d9d4b3c21b08c0ef61daefde8/src/plugins/chrome.rs#L76-L77 If I open `seahorse`, I see the relevant item (so the attribute name is correct), but I couldn't find info about...

I met this message when pick a problem. ```sh $ leetcode pick 694 [694] Number of Distinct Islands is on the run... json from response parse failed, please open a...

bug

Hey, followed the example from ```python # ~/.leetcode/scripts/plan1.py import json; def plan(sps, stags): ## # `print` in python is supported, # if you want to know the data structures of...

#80 1. use code.test config to open/close writing test file 2. use code.comment_leading to comment the desc 3. use code.comment_problem_desc to open/close the description about the problem 4. use code.start_marker...

I have been using `leetcode-cli` and it has been working well. Just installed version 0.3.12 and see immediate issues: 1. Every time I run `leetcode e 1` a new `code`...

```sh $ leetcode p 1285 [1285] Find the Start and End Number of Continuous Ranges is on the run... error: Not support database and shell questions for now [1285] Find...

bug

current subcommands: data, edit, exec, list, pick, stat, test, help. no idea, which subcommand is to retrieve the previous submission? Thanks,

I also use the (`codeforces cli`)[https://github.com/woshiluo/cf-tool], which has a very interesting feature `cf open` would just open the problem page you're working on. it's implemented by this lib: https://github.com/skratchdot/open-golang which...