Abdessattar Sassi
Abdessattar Sassi
@zou-z is right. When you use the Gridsplitter control from code behind, we get the following exceptions: ``` Exception thrown at 0x00007FF90DD84D8C (KernelBase.dll) in Routing.Debugger.exe: WinRT originate error - 0x800F1000...
Same issue still there when you use the ItemsRepeater inside a ControlTemplate in a style. Binding with a relative source to the templatedparent does not work.
Suggestion: why not use `UISettings` and its `ColorValuesChanged` event. Example: ```csharp using Windows.UI.ViewManagement; UISettings uiSettings = new UISettings(); uiSettings.ColorValuesChanged += (sender, args) => { // This runs on a background...
You are most likely facing a situation where the CMake configuration is not excluding all ASM files or is not defining all the right symbols. The issue is that I...
Nothing stands out but there are some differences like -pthread, -fno-common that could result in different behavior. We may also check the core dump to see where exactly the test...
Ok. Be aware of #101 on windows. You need to use the latest master of cryptopp and not the released version. On Sat, 1 Jun 2024 at 12:12 AM Felipe...
Tagging @noloader
Good catch. Agree that we may need to review the library public interface to check if it's missing any flags or definitions. Feel free to also submit a PR for...
Template C++ cmake starter project for portable (linux, Windows, Mac) desktop app GUI featuring: - The amazing ImGui of course, with GLFW/OpenGL3 - Log viewer with persistent config, backend is...
Workaround: ``` Write your answer in markdown format enclosed between "```". 😄 ```