r0

Results 5 issues of r0

I just installed the latest version of [fmt](https://github.com/fmtlib/fmt) library apparently `` and `` header files have been deleted or at least they're not gonna be installed after installing fmt with...

### Description Just compiled and installed the last version of nlohmann_json library with CMake. I was reading JSON documents from Mongo. Converted Mongo documents to `nlohmann_json::json`s. after compiling and running...

kind: bug
state: needs more info

Just installed and test [fmt](https://github.com/fmtlib/fmt) library (development version) with the following instructions: ```bash cmake -S fmt -B fmtb -DBUILD_SHARED_LIBS=TRUE -DCMAKE_POSITION_INDEPENDENT_CODE=TRUE -DCMAKE_CXX_STANDARD=20 -DCMAKE_CXX_COMPILER=/usr/bin/g++-13 cmake --build fmtb sudo cmake --install fmtb ```...

I installed `serie` with `cargo install --locked serie`, but the graph on the left side of the terminal is never displayed. Here's how it looks. What can I do to...

I have minio-cpp in my vcpkg.json as a dependency, and every time I try to install dependencies with "vcpkg install --triplet=x64-linux-dynamic", vcpkg install `liminiocpp.a`, not the shared library. tried adding...