cconverse711
cconverse711
Is there a way to wait (using the blocking variant) without dequeuing from the container?
This adds support for using the `CLICOLOR_FORCE` environment variable to force color output in Linux even when a tty is not used, mimicking behavior in [CMake and other tools](https://bixense.com/clicolors/#bug-reports). The...
Using version 2.4.2, I get a linker error when trying to build the following code: ```cpp #include int main(int argc, char **argv) { CLI::App app(""); return 0; } ``` Error:...
## Description Includes enumeration name in std::runtime_error message for enum deserialization failure. ## Related Issue #2796 ## Motivation and Context #2796 ## Previous Behaviour / Output std::runtime_error is raised with...
Currently, a vague exception message is provided ("Input JSON does not conform to schema!"), which leaves no useful guidance for what part of the JSON does not conform. Providing the...
On Linux, when I try to define a connector for Bluetooth RFCOMM by using `sockpp::connector_tmpl`, the call to `connect()` will fail with error = `EINVAL`, due to `::socket` being called...