Mark Blakeney
Mark Blakeney
I thought I'd try out vibora but installing from pip and then running the sample hello world program gives: ``` File "../env/lib/python3.7/site-packages/vibora/hooks.py", line 38 self.async = iscoroutinefunction(handler) ^ SyntaxError: invalid...
@wendajiang step 1 is to document in the README what that means. Also, those marker lines are perhaps a good idea (I sometimes want to include code for local testing...
Here's some more things to fix if you guys are keen. (Rewrite it in Python and I will submit PRs! ;) ) Error messages are ungraceful. E.g. if I run...
> The configuration file location is hard code in the code currently, and vscode plugin use the path `~/.config/leetcode` if I'm not misremember, so maybe `~/.leetcode` not introduce the conflict....
Actually just realised what you mean about cache file. The `code` dir is redundant if you move the `Problems` file to it's proper location under `~/.cache/leetcode/` because there are no...
Just realized there may be a scripts dir. So perhaps: ``` [storage] root = "~/leetcode" code = "code" scripts = "scripts" cache = "~/.cache/leetcode" ```
Another bug you could fix: It seems you have added a `-t` option to write a test file. I agree that the test file should not be written automatically as...
@darzok0914 this issue would be much clearer if you stated whether the `edit` command fails for *all* problems, or fails only on 1128.
I just ran this but clearly something is wrong. I have not tried anything more. ``` $ ./leetcode l error: missing field `start_marker` for key `code` at line 56 column...
The problem is that your error message says a `~/.leetcode/leetcode_tmp.toml` file is created but (as I show above!) there is no such file. So when you say "you know the...