Results 17 issues of Lưu Vĩnh Phúc

As mentioned in https://github.com/rust-lang/stdarch/issues/932 the panic position for BZHI is wrong. According to the [doc](https://docs.rs/bitintr/0.3.0/bitintr/trait.Bzhi.html) it'll panic when > If `bit_position >= bit_size()` and `-C debug-assertions=1`. However the behavior is...

### Description of the Issue In dialogs like Find/Replace, Shortcut mapper, Plugins admin, User Defined Language... when I press Ctrl+Tab then the focus just moves to the next tab stop...

According to the [doc](https://docs.rs/bitintr/0.3.0/bitintr/trait.Bzhi.html) bzhi will panic when > If `bit_position >= bit_size()` and `-C debug-assertions=1`. However the behavior is actually defined for all `bit_position = OperandSize the destination register...

The return type of `sizeof` is `size_t` which must be printed using `%zu`. Technically using the wrong format specifier (`%llu` in this case) invokes UB ``` DbgPrint("Short read of read...

### Reproducible in vscode.dev or in VS Code Desktop? - [X] Not reproducible in [vscode.dev](https://vscode.dev) or VS Code Desktop ### Reproducible in the monaco editor playground? - [ ] Not...

> Consider [mosh](https://mosh.mit.edu/) an alternative to ssh that uses UDP, avoiding dropped connections and adding convenience on the road (requires server-side setup). mosh, screen, tmux... all have their own disadvantages,...

new-command

Because [new operator](https://en.cppreference.com/w/cpp/memory/new/operator_new) is > required to return a pointer **suitably aligned** to hold an object of any fundamental alignment. the pointer to struct long's `char` array always have at...

If there are any of the `{[(` in the raw string literal then the following braces are often miscolorized ![image](https://user-images.githubusercontent.com/9285512/92854782-bbc89300-f41b-11ea-9081-f7f9013b281d.png)

This script assumes that all device entries have 6 lines following `Product ID` which is absolutely not true. Just with a single line change ```diff -devices=`echo "$rawlog" | egrep -B...

In [this page](https://www.boost.org/doc/libs/1_72_0/libs/format/example/sample_new_features.cpp) the output is broken because the source code file uses ISO-8859-1 but is assumed to be UTF-8 when copying to the web page. Github [guesses the correct...