PsychoDad

Results 5 comments of PsychoDad

I had the same issue a while ago and added PR https://github.com/samhocevar/emoji.wpf/pull/73 to fix the german flag. I didn't noticed other flags were affected too.

Sounds good. `#383838` is used in [Win10Flags.xaml](https://github.com/samhocevar/emoji.wpf/blob/main/Emoji.Wpf/Internal/Win10Flags.xaml), thats the reason why I used that instead of black.

Memory consumption of a Fullscreen WPF application on a 4K UHD Display + Intel GPU is insane. Using Software rendering fixes the issues, but we would prefer a better solution....

I followed this [guide](https://ai.google.dev/edge/mediapipe/framework/getting_started/install#installing_on_windows) 1. Installed MSYS2, added "C:\msys64\usr\bin" to %PATH% 2. Installed Python 3.12, added "C:\Program Files\Python312" to %PATH% 3. Visual Studio 2022 was already installed 4. Installed Bazel...

I can no longer reproduce the issue. The hello_world example compiles now. Not sure what has changed on my end.