Hegui Dai
Hegui Dai
你好高天前辈 我是一名学生,目前正在尝试学习python.最近深深地被viztracer所吸引 虽然我并不是很懂调试的那些工具,但是从使用的角度来说,viztracer是一个相当便于理解**"我的程序道理干了什么"**的工具 在这段时间频繁的使用中,我感觉到固定使用**result.json**作为输出文件名并不适合检索时进行区分和管理 虽然可以在使用参数指定文件名,但是每次这样做感觉有些许麻烦 不知道大佬是否愿意添加以下这个功能? 或是存在现有的方式做到如上只是我没有找到?
(I just want to quickly verify some things, so I don't really care about the file name.) the right execute program name is ".exe" ? 
Closes: #6513 # Checklist If applicable: - [ ] I have updated `CHANGELOG.md` - [ ] I have updated the documentation (README.md, docs/, demos/) - [ ] I have updated...
**Is your feature request related to a problem? Please describe.** On macOS and Linux, directories starting with a dot (.) are hidden by default. However, on Windows, we need to...
If it can be done this way, then it can change `cargo generate my_template --lib --name XX` to `cargo generate lib --name XX` (with `my_template` rename to `lib`)
## Description (While this might be a common issue, I haven't conducted extensive testing) `jj git remote list` and `jj git push` commands don't work properly without administrator privileges on...
**Describe the bug** When Chinese characters appear in an entry, alignment errors will occur like this: --- **Github repository link** https://github.com/Natural-selection1/Natural-selection1
# Description this PR makes the lint `irrefutable_let_patterns` not check for `let chains`, only check for single `if let`, `while let`, and `if let guard`. # Motivation Since `let chains`...
fix: https://github.com/rust-lang/rust-analyzer/issues/6870 The `add_missing_impl_members.rs` file mainly involves code style adjustments and the addition of tests. The main review should focus on `utils.rs`.
Closed: https://github.com/rust-lang/rust-analyzer/issues/3903 --- Example: ```rust mod a { pub const POLY_SUBPIXEL_SHIFT: u32 = 8; pub const POLY_SUBPIXEL_SCALE: u32 = (1 I'm not very familiar with TS; the subsequent work relied...