Samuel Beer

Results 14 issues of Samuel Beer

Hey guys. I would like to use RxCpp on an embedded devices which uses a framework with only C++11 support. For it to compile it would be nice to have...

There's currently no good video material of the library for handing back error codes. I would very much appreciate a 10 - 20 minute video explaining how everything works and...

episode idea
C++ Weekly

I'm enjoying fast_io so far. Everything is quite intuitive. However, I have multiple questions: 1) I tried to implement input devices for printing to string and reading from std::string. I...

I'm working on an esp32 microcontroller. stdin and stdout are streamlined through UART I think. I don't know if the native libraries expose a posix API but I doubt it....

AFAIK websocket++ uses boost::thread and boost::regex to work correctly. Can this dependency be linked to std::threads and std::regex maybe? I'm trying to use websocket++ on a microcontroller and there's no...

Sorry I'm new to websocket++. I like what I'm seeing so far. But how can I load a certificate bundle (windows or linux) for the TLS connection? What API foo...

As per the newest SDK release of the very popular microcontroller esp32, espressif will drop support for the OpenSSL API wrapper. This means that will be no way to make...

### Brief Issue Summary I find it very cumbersome to make sense of the way cmake tools needs to be configured to execute targets. On one hand you can use...

enhancement

### Environment details * Operating System+version: Ubuntu 22.04 * Compiler+version: Ubuntu clang version 15.0.7 * Conan version 1.59.0 / 2.0.17 * Python version: Python 3.10.13 ( in both cases) ###...

stage: triaging

When I press Alt + O on my template implementation file, it can't find the corresponding header file. The error message is: "Didn't find a corresponding file" The implementation file...