Alex Rønne Petersen
Alex Rønne Petersen
Not disagreeing that this is the right thing to do, but it's worth noting that the console code page is part of the console host's state and so sticks around...
In addition to the above: If memory serves from past discussions on the microsoft/terminal repo, console handles saw a significant rework in Windows 8. Among other things, I think they...
FWIW, I'm not able to reproduce this on Zig 0.12.0. Can anyone else confirm that it's fixed?
> If it's cdecl or stdcall, I believe it's always supposed to be prefixed with an underscore. The underscore serves as a way to identify that the function uses that...
The Mono code linked above is (AFAIK) built with MSVC on Windows, and the linker hackery still seems to be necessary. So I think MSVC still mangles the names. If...
> As an argument for _not_ doing this, it's simpler and more powerful to leave things as status quo, and often, the reason people are using `zig cc` is for...
Redirecting `globalPackagesFolder` is actually quite important for some scenarios, e.g. testing custom MSBuild SDKs. It's not really reasonable to tell people they might have to nuke a cache in their...
@kimkulling I don't know if you're aware of this, but FWIW, GitHub introduced a feature somewhat recently that allows you to easily update a PR that's out of date with...
It's unclear what a "character" is for the purposes of these sequences...
> It's unclear what a "character" is for the purposes of these sequences... https://github.com/microsoft/terminal/blob/63c3573a13cc96bfa3d655f0f1898ae250e2fe35/src/terminal/adapter/adaptDispatch.cpp#L1288-L1294