Paulo Coutinho
Paulo Coutinho
Hi, Has support for emscripten? I want add a gui in my sample for wasm: https://github.com/ezored/sample-wasm Thanks.
Hi, I have some questions: - This library work on raspberry pi (armv7)? - This library work on iOS (x86, x86_64, armv8, armv8e)? - This library work on Android (x86,...
Hi, How to extend your docker image and to add other packages like this: ``` RUN apt-get update -y RUN apt-get install -y libx11-dev libgtk2.0-dev libgtkglext1-dev cmake ``` Thanks.
### What OS are you using (`uname -a`, or Windows version)? macos bigsur ### What programming language are you using (C/C++/Go/Rust)? clang 13 xcode 13 c++ ### What did you...
Hi, I suggest use: ``` if #available(iOS 13, *) { /// Doing this because there was a issue reported when trying to set the overrideUserInterfaceStyle directly by the normal API....
Hi, I think that you can improve the docs with these topics: 1. More complete and complex examples 2. Relation one-to-many 3. Relation one-to-one 4. Storing date/time 5. Storing float/double...
Hi, Please, add conan package manager support. I open an issue/request there: https://github.com/conan-io/conan-center-index/issues/11235 It will open the doors to we use on our projects like a dependency. Thanks.
Hi, It work with NestedScrollView? Thanks.
Hi, What config controle variables with each data in one line? Example: ``` file(GLOB H_FILES "${PROJECT_ROOT_PATH}/files/gluecode/app-domain/generated-src/cpp/ezored/domain/*.hpp") file(GLOB H_FILES_IMPL "${PROJECT_ROOT_PATH}/files/src/app-domain/cpp/ezored/domain/*.hpp") file(GLOB S_FILES "${PROJECT_ROOT_PATH}/files/gluecode/app-domain/generated-src/cpp/ezored/domain/*.cpp") file(GLOB S_FILES_IMPL "${PROJECT_ROOT_PATH}/files/src/app-domain/cpp/ezored/domain/*.cpp") # seach paths set(PROJECT_HEADER_SEARCH_PATHS ${PROJECT_HEADER_SEARCH_PATHS}...