Wu Yongwei

Results 13 issues of Wu Yongwei

The following code shows a compilation problem: ```c++ #include #include #include #include #include /** Class to allow iteration over all lines from an input stream. */ class istream_line_reader { public:...

The usual convention of sentence dashes is either - The em dash with no spaces on either side (or using thin spaces): `A---B` or a [custom macro](https://tex.stackexchange.com/questions/412764/setting-em-dashes-with-hair-spaces), resulting in something...

I am using the [taglist](http://www.vim.org/scripts/script.php?script_id=273) plugin. I've found a strange issue: when I open a taglist window—with `:TlistOpen`—and then try closing the whole MacVim window without closing the taglist window...

I build a small program with `-g`, and set the config.py to look for the source at `../test` (I also tried the full path). However, disasm insists my source file...

This project looks interesting, and I have managed to make it start working. However, there is no explanation as to how to make ".dwarf_info section be defined" to enable some...

I noticed **F.19: For “forward” parameters, pass by `TP&&` and only `std::forward` the parameter** when my code triggered cppcoreguidelines-missing-std-forward in clang-tidy. As [Nicolai Josuttis and Arthur O'Dwyer mentioned](https://quuxplusone.github.io/blog/2022/02/02/look-what-they-need/), “If you...

**cterm colour names do not work in Windows with `termguicolors`** According to `:help cterm-colors`, it seems that I should be able to write `hi Normal ctermfg=DarkCyan` to get DarkCyan on...

I understand using `,` or `.` or other character is a cultural issue, and usage varies across different regions. This said, the current international standards (like ISO 8601) tend to...

Since I did not change the CHANGELOG file last time. ### This is a - [ ] Breaking change - [ ] New feature - [x] Bugfix ### I have...

Currently `MICROPROFILE_MINIZ` is defined to 1 in the demos and "miniz.c" is included there. However, no one really uses it. I also checked the web server response and found no...