Aurelien Regat-Barrel

Results 6 issues of Aurelien Regat-Barrel

Hello, Reassigning an existing `array_view` is forbidden: ```cpp array_view& operator=(array_view const&) noexcept = delete; array_view& operator=(array_view &&) noexcept = delete; ``` Preventing the following usage: ```cpp array_view view; // ......

Hello, I tried to setup Mongo Express (v0.42 & v0.40) with `ME_CONFIG_MONGODB_ENABLE_ADMIN=true` as it wasn't clear to me what this option is about, and as a result I get the...

Hello, Cereal is embedding its own version of RapidJSON. This embedded version has been patched to use custom include path (`cereal/external/rapidjson/` instead of `rapidjson/`) and macros ( `CEREAL_RAPIDJSON_` instead of...

- I use CMake presets, that help reduce the amount of scripts need in CI, but require a recent CMake version (>= 3.20) - typically options such as BUILD_WITH_ASAN etc......

Hello, We are using Cyclone DDS via ROS 2 on Windows. We use it for localhost only by defining `ROS_LOCALHOST_ONLY`. We used to work with another DDS and doing so...