SubaruArai

Results 26 comments of SubaruArai

Just my 2 cents, but maybe a python2 and 3 compatible type hint will be fine as of now? e.g.: ```python # current generated code def Start(builder): builder.StartObject(2) def End(builder):...

Just to add some background: - Many legacy apps in CJK are still not using UTF-8, which I suspect is why UTF-8 still isn't the default on Windows10 worldwide. -...

@denelon No, this is a bug (or feature) with Powershell, and Windows Terminal has nothing to do with it. The point is: silently changing the encoding while running a program...

I'm saying that this is **NOT** related to Windows Terminal. It's an issue with **PowerShell**. Let me be clear: 1. AFAIK, Windows 10 ships with PowerShell as its default terminal...

Here's a SO thread about detecting and changing used fonts in powershell: [link](https://stackoverflow.com/questions/38079524) Since the link is broken, here's the waybackmachine to the cmdlet: [link](https://web.archive.org/web/20210126221946/http://gallery.technet.microsoft.com/scriptcenter/cb72e4e6-4a68-4a2e-89b7-cc43a860349e) I agree that working with...

I checked with windows terminal and confirmed that this issue is not present. Changing all previous posts mentioning about windows terminal.

@jedieaston Thanks for the info! I've never heard of that, but indeed the shortcut was hardcoded to use `Consolas`. So I tried to run directly ([workaraound1](https://docs.microsoft.com/en-us/troubleshoot/windows-server/system-management-components/powershell-console-characters-garbled-for-cjk-languages#workaround-1-launch-the-powershell-from-cmdexe) from above)... aand it...

@Trenly While that would be nice, but I think that sould be in another issue. The root cause here is the terminal default itself. (half of the problem, to be...

> meta-tool called toolswitcher that one could assign to mouse wheel up/down in order to cycle though tools @bk138 That would be a really nice idea! Just another idea (although...

Alright, I decided to bite the bullet and tried to cross-compile from Linux(Ubuntu 22.04 LTS) to Windows, and finally succeeded. Also, I do highly recommend building in a container. build...