Luke

Results 6 issues of Luke

### Description wxWidgets compiles fine using Apple Clang shipped with Xcode, but when trying to use the newest `clang` from `homebrew`, the compilation fails. This does not seem to be...

macOS
build

Windows 11, clangd 18.1.3, Neovim LSP, ninja 1.11.0, CMake 3.28.0-msvc1, Microsoft (R) C/C++ Optimizing Compiler Version 19.39.33523 for x64. CMakeLists.txt: ``` cmake_minimum_required(VERSION 3.5) project(OptionalSample) set(CMAKE_CXX_STANDARD 23) set(CMAKE_CXX_STANDARD_REQUIRED ON) add_executable(main main.cpp)...

### Description Here's a simple app with a tab bar, navigation bar and a basic collection view. The app is based on maui-samples. As you can see in the video,...

t/bug
platform/iOS 🍎
p/2
area-controls-collectionview

### Description Sometimes when running a MAUI app on Android from VSCode on Mac, the fonts are not available. Code: use MyMauiFonts project from: https://github.com/lszl84/maui-scroll-bug.git Screenshot with incorrect fonts: ![Image](https://github.com/user-attachments/assets/71711dd4-a5fa-4f3c-8272-160af01c7857)...

t/bug

### Checklist - [X] I have looked into the [Readme](https://github.com/auth0/auth0-oidc-client-net#readme) and the [documentation](https://auth0.github.io/auth0-oidc-client-net/documentation/intro.html), and have not found a suitable solution or answer. - [X] I have looked into the [API...

bug

Branch: master, but also v3.4 Environment: default Fedora 43 (Gnome on Wayland) Steps: 1. Use https://github.com/glfw/glfw/blob/master/examples/windows.c 2. Enable decorations by removing `glfwWindowHint(GLFW_DECORATED, GLFW_FALSE);` 3. Run the app 4. Maximize one...

bug
Wayland