Description
Now that I bought myself a brand new MacBook Air M3, I am experiencing a lot of the things that were not present on Windows 11, but are present all of a sudden on macOS Sequoia.
One such thing would be the output of two annoying messages, namely:
- 2024-09-27 19:09:24.966 Python[8060:411085] +[IMKClient subclass]: chose IMKClient_Legacy
and
- 2024-09-27 19:09:24.966 Python[8060:411085] +[IMKInputSession subclass]: chose IMKInputSession_Legacy
At first, I thought these messages appear solely because I am using VS Code on the Mac. And since Visual Studio for Mac is discontinued as of August 31, 2024, I thought the discontinuance is perhaps the reason for those messages to appear in VS Code.
Then I tried on Sublime Text 4, also updated to the very latest version. Well, guess what? These same two annoying messages appear there, too.
I'm suspecting that there's something in PySide6 that generates these messages. Could it be?
Also, why would a legacy client be chosen? Anyway, the messages are annoying and also very cryptic.
Please take a look into this bothersomeness. I hope I'm not too late for you to find the time and fix this annoyance, it hopefully being eradicated before PySide 6.8.0 is released in October.