Results 18 issues of David

![image](https://user-images.githubusercontent.com/13445879/152997489-e1f3ac2c-670f-4944-b0ef-86639f05e545.png)

#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...

**Describe the solution you'd like** for example, I want do something when I press up a key(e.g. 'h') **Describe alternatives you've considered in any** different KeyCode into KeyCodeDown and KeyCodeUp...

enhancement
difficulty: medium

clang 13 or gcc 12 both compile error ``` ./cpp-flex.h:9:69: error: expected expression "m4_define([[M4_PROPERTY_TRACE_LINE_REGEXP]], [[^#line ([0-9]+) ",\"(.*)\"]]) ^ ./cpp-flex.h:9:70: warning: missing terminating '"' character [-Winvalid-pp-token] "m4_define([[M4_PROPERTY_TRACE_LINE_REGEXP]], [[^#line ([0-9]+) ",\"(.*)\"]]) ```...

I read about connection API, it support like "tcp://[passwd@]host[:port]" but if passwd contain "@" , it's error?

I use console_subscriber for tracing my app, and terminal sometimes output the `possible Instant clock skew detected`, and I find #286. So I confuse about why after use Instant instead...

## Description If doctest support filter prefix match or fuzzing match. examples: ```cpp TEST_CASE("foo::") {} TEST_CASE("zoo::") {} ``` ```shell # use this command to filter path/to/test -tc=foo ``` Now, I...

verdict/wontfix

``` 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...