Chip Zhang
Chip Zhang
> https://github.com/TypeStrong/ts-loader/blob/9533b2dc992392623e04645b1972332bddef0c76/src/index.ts#L34 Currently, `ts-loader` force discards any source maps generated by previous loaders. In its exported loader entry function, it just *silently* ignores the third parameter, which is the source...
> As far as I know scripts aren't injected when there's an error because the browser shows its built-in page that cannot run scripts. in case 4xx, 5xx, the server...
> Then there's no such feature. Why is it necessary and can you just check the contents of the page instead? If there is an metadata API to specify the...
@hsiang0100 Thanks for your reply! But adding parameters `-skip_keycodes 187,188` still does not solve my problem. I should point out that, it is very weird, the parenthesis is OK for...
@hsiang0100 I finally got it working. I must use `-skip_keycodes 187,188` combined with `-modtweak`, to make parenthesis working in VM, both params are required. But `-modtweak` introduces other problems. It's...
Please add the functionality that the orientation can be changed by sending Intent. So that it can be integrated into automation apps.
What is the risk if I patch v3.3 to force enable dark theme for Windows 10 LTSC 2019 (based on 1809)
At least in my test (thought not very thorough), things works fine for LTSC 2019 (based on 1809, build 17763), except for the title bar color. Perhaps someone else that...
What is the risk if I patch v3.3 to force enable dark theme for Windows 10 LTSC 2019 (based on 1809)
I just noticed, with this patch applied, build the samples or a hello world program with `-mconsole` (force attach a console window), and run them in Win10 1809, it prints...
What is the risk if I patch v3.3 to force enable dark theme for Windows 10 LTSC 2019 (based on 1809)
It seems DWMWA_USE_IMMERSIVE_DARK_MODE in `darkmode.cpp` is used to make title bar dark. As I said before, even with the version patch in OP, title bar is still light in 1809....