leetcode-cli
leetcode-cli copied to clipboard
May the code be with you 👻
# TL;DR You can play leetcode contests on this fork. I played last weekend's contests with this; see the [User Experience](#UX) example. I want feedback for anything and everything --...
To repro: 1. `leetcode e 1 -l python` 2. `leetcode e 1 -l python3` 3. observe that the file opened by step 2 uses leetcode's python2 `codeDefinition` sample might fix...
Hi, I just installed leetcode-cli the command leetcode pick 1128 works well, however the command leetcode edit doesn't seem to work ` ~ > leetcode edit 1128 error: No such...
Hi, When I execute command "leetcode stat", only the chart of easy problems is drawn. Then there is a memory allocation error: memory allocation of 18446744073709551615 bytes failed [1] 13318...
@hao-lee that may be true but it is almost irrelevant to this issue. The error message implies the program is not handling the leetcode response correctly and thus it should...
related to #37, #45, #47
It would be nice if we can see (may or may not overwrite) a blank solution that `leetcode edit xxx` fetches. :D
Fixed issue #93.
``` leetcode test 5 [INFO leetcode_cli::plugins::leetcode] Sending code to judge... thread 'main' panicked at 'submit succcessfully, parse question_id to i32 failed: ParseIntError { kind: Empty }', src/cache/models.rs:318:34 note: run with...
SUBCOMMANDS: link Return the http link of a problem . "leetcode link 1"'s output is: https://leetcode.com/problems/two-sum/ Reason: many people like me save the output to a file for later review....