Théo Devaucoup
Théo Devaucoup
same short option for help and runnings-path : ``` -h, --runnings-path [path] Path to runnings (header, footer) -h, --help output usage information ```
Hey! Thanks you for your work, I am trying to compile and I think the https://github.com/gabime/spdlog is missing like a submodule? ~~~ Nonograms/include/logger.h:8:10: fatal error: spdlog/sinks/stdout_color_sinks.h: Aucun fichier ou dossier...
Thanks you for your project for signal/slot handling! I am trying to make an app without Qt but with an event loop and your project respond very well to my...
Build with `g++ -Wall -Wextra -O2 -std=c++11 -I. -o test test.cpp -lmysqlclient -lz -lzstd -lssl -lcrypto -lresolv -lm`
How to make an UPDATE request with a WHERE clause when the primary key is auto-increment? My database table is: ```cpp struct User { int id; std::string username; std::string password;...
I am using mysql from docker version 9.0.1 `docker run -d --name mysql -p 3306:3306 -e MYSQL_DATABASE=testdb -e MYSQL_ROOT_PASSWORD=testdb mysql:9.0.1` ```cpp #define ORMPP_ENABLE_LOG #define ORMPP_ENABLE_MYSQL #include using namespace ormpp; int...
Hey, Related to #6, Wayland is the default display since 21.04. GLFW must be updated with the wayland support (and bigg compiled with `GLFW_EXPOSE_NATIVE_WAYLAND`). `bigg::Application::run` must be created with ```...
I am prototyping an Emscripten `httplib::Client` build using the [Emulated POSIX TCP Sockets over WebSockets](https://emscripten.org/docs/porting/networking.html#emulated-posix-tcp-sockets-over-websockets) tutorial. For the work, see this commit: [49b526c1ec4a8c09bba0f5163c004024b5130a8c](https://github.com/yhirose/cpp-httplib/commit/49b526c1ec4a8c09bba0f5163c004024b5130a8c). Are you interested in this kind of...
Hi everyone, I’m sharing the fork I created of asm‑dom to suit my specific needs. I kept only the C++ portion, which is the part I’m comfortable working with. You...
With Emscripten 4.0.10: ``` In file included from src/cpp/asm-dom.cpp:2: In file included from src/cpp/VNode/VNode.cpp:1: src/cpp/VNode/VNode.hpp:49:18: error: expression is not an integral constant expression 49 | extractSel = ~0