David Mugnai
David Mugnai
IIUC the [documentation](https://curl.haxx.se/libcurl/c/curl_multi_info_read.html) every messages are returned only once and then removed from the internal handle. But `curl_multi::is_finished` consumes all the queue searching for a specific `easy handle`, discarding the...
Hi, `concurrentqueue` does not compile if included after `` because the latter defines `BLOCK_SIZE` :( example: ``` $ echo ' #include #include "concurrentqueue.h" int main() {}' | g++ -x c++...
**Describe the bug** `dagon build.test` fails on Ubuntu 22.04 due to this bug: https://github.com/catchorg/Catch2/issues/2178 It looks like that [email protected] is hardcoded (?) in the prebuilt bpt that is downloaded by...
This patch permits to select a different connection pool class. Included there is a wrap to the gevent psycopg2 poll suitable to be used in a events based environment (like...
## One-liner reproducer `$ echo '#include ' | g++-10 -std=gnu++20 -I src/ -I /home/dvd/.cache/bpt/crs/pkgs/[email protected]~2/./src -x c++ -c -` ## The problem When invoked with the `gnu` extensions, gcc, among other...