Guillaume Dua

Results 12 issues of Guillaume Dua

### Brief Issue Summary --- `-B`/build folder taking into account for configuration, but not for build --- When pressing `ctrl+s` on a CMakeLists.txt file opened, vscode-cmake-tools extension may runs the...

upstream

Idea : `zk::connection` should provide a way to `reconnect` after a connection is loss, as well as an atomic state Considering the following example : ```cpp zk::connection con = zk::connection::connection("zk://addr:port/?opts");...

Is there a way to cancel connection ? For instance, when trying to connect to a Zk server that is not running, how can we abord the connection attempt ?...

While this project is great, it lacks documentation about how to integrate it into others CMake projects as dependency. _(My bad if it already exists somewhere else, so my point...

Where is the CMake target mentioned in the [documentation](https://github.com/tgockel/zookeeper-cpp#zkfake) ? Not implemented yet ? I'd like to use it to implement some UTs. Ps : Cannot set a label ?

question

In the top-level CMakeLists, line 24 : ```cmake list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules/") ``` Should be instead : ```cmake list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules/") ``` With this quickfix, the current project can be now...

**Describe the issue/behavior that seems buggy** `hljs.highlightAuto` does not work on the following example, while `hljs.highlightElement` does. **Sample Code or Instructions to Reproduce** ```js hljs.highlightAuto("auto main() -> int {\n auto...

bug
help welcome
auto-detect
good first issue
parser

From my experience perspective, one cannot use `roscpp`+`catkin` with C++17. One cause is Boost.Signal2 from `boost_all_dev` package that is for `noetic` using version 1.71, while compilation errors caused by C++20...

## Question - Is there a way to use a `googletest`/`googlemock`, `Boost`, implementations provided by a dependency-manager (such as `Conan`, `vcpkg`, etc.) or `CMake`'s `fetch_content`, instead of the system one,...

### Description Docker crash. Not only one container: the `docker` process. **Context**: It seems that such crash happens when a container is performing intense I/O operation, such as deleting a...

area/linux
status/triage
version/4.27.2