Alex Alabuzhev
Alex Alabuzhev
`char`-strings are properly rejected, but the same `wchar_t`-strings are happily compiled. Example: ```C++ #include #include #include #include using namespace std::literals; int main() { fmt::format(L"{:d}", L"I am not a number"); fmt::format(L"{:d}"s,...
Some of our translations are outdated and contain English strings here and there. If you would like to help us translate those missing bits, please see the summary table below:...
A good enough and distant enough goal for the 1st issue here.
### Windows Terminal version (or Windows build number) 10.0.19043.1110 ### Other Software _No response_ ### Steps to reproduce Compile and run the following code: ```C++ #include #include #include int main()...
`XMLDocument::SetError()` [implementation](https://github.com/leethomason/tinyxml2/blob/e1b50439c94181d3c271cbc5a9b3445640f8f4e9/tinyxml2.cpp#L2308) creates a "long form" error description only if `format` is provided. However, in about dozen cases `SetError` is called with format set to `0` ([example](https://github.com/leethomason/tinyxml2/blob/e1b50439c94181d3c271cbc5a9b3445640f8f4e9/tinyxml2.cpp#L1023)), rendering `ErrorStr()` &...
### Windows Terminal version 1.16.2641.0 ### Windows build number 10.0.19044.1889 ### Other Software _No response_ ### Steps to reproduce Apologies if this has already been discussed somewhere. I prefer Consolas...
# Environment ```none Windows build number: Microsoft Windows [Version 10.0.18363.476] Windows Terminal version (if applicable): No Any other software? No ``` # Steps to reproduce Run [the attached app](https://github.com/microsoft/terminal/files/3908161/CtrlScroll.zip), press...
### Windows Terminal version (or Windows build number) 1.9.1445.0 ### Other Software _No response_ ### Steps to reproduce 1. Compile the following simple program: ```C++ #include int main() { STARTUPINFOW...
### Windows Terminal version WT 1.16.3463.0, OpenConsole 1.16.2212.12003 ### Windows build number 10.0.19045.2364 ### Other Software _No response_ ### Steps to reproduce https://learn.microsoft.com/en-us/windows/console/console-virtual-terminal-sequences#simple-cursor-positioning Sequence | Shorthand | Behavior -- |...
### Windows Terminal version _No response_ ### Windows build number 10.0.19044.2006 ### Other Software _No response_ ### Steps to reproduce Basically the problem is nicely described in [this SO answer](https://stackoverflow.com/a/61475022)....