Results 45 comments of Zony

Is there any update on this issue? I have replaced BitmapFont with FontStashSharp in my forked repository, which supports Chinese and works well. Of course, my code is only used...

I think I've encountered the same issue. Here is my workflow, and it also gets stuck. ```yaml - name: Commit and Push changes run: | git config --global user.email "github-actions[bot]@users.noreply.github.com"...

The macOS 13.4 also had the same issue. The version of AspectInjector is 2.8.2. It works normally in the Docker container of X64. My MacBook is M2 Max and uses...

My temporary solution is to use Docker (x86) debugging in Rider (through Rosetta 2), but this makes the debugging very slow each time. Is there any update on this issue?...

> Could you please use 2.8.1 while I'm fixing this? Just to double check, 2.8.2 does not work for x86 and arm and 2.8.1 does not work only for arm...

I've been primarily focused on the ABP framework until I recently discovered FastEndpoints. It's so impressive that I used it to refactor some of our microservices, and they are working...

Thank you very much for your advice, so far I have some idea and am implementing it. 🤓 I have joined Discord.

Hi @entrhopi ,I'm back. Could you give me some advice? I tried to enable IME support using the method of WindowsDXTests in IMEHelper, but unfortunately, it doesn't work. https://github.com/ryancheung/MonoGame.IMEHelper

I ran this test project alone and it worked well. I am a beginner in MonoGame/Windows development (I mainly work on web server), so I can only guess if Blish...

Hi @entrhopi , thank you very much for your answer. Your guess is correct. The actual scenario is that after entering English letters, a candidate box will pop up to...