Roy Bellingan
Roy Bellingan
First of all nice and well designed library! I am looking to add a export() method. From my test looks like is enough to just move `bits_.data()` and `num_bits_` For...
Just a small suggestion to add some kind of switch via a IFDEF to print from "super pretty" stack trace to the copypastable one file:line sintax, so many program will...
Amazing library! But I can suggest a pair of improvement. I founded written no where that the file to be mapped need to be at least 1 byte, no big...
Based on https://github.com/Corvusoft/restbed/blob/master/documentation/example/HTTP_PERSISTENT_CONNECTION.md I would expect that session->close even if not immediate would not be blocking until the method handler is finished. So I would expect that something like void...
Would you mind to drop a line that is possible that instead of doing for the build clang++ -o example example.cpp -l restbed -l ssl -l crypt You should use...
Cookie ?
I think there has been a problem merging https://github.com/Corvusoft/restbed/pull/309 and was then forget to add an out of the box support to cookie.
I was looking at some example and API, and I really think is not possible to have out of the box the ability to detect at which offset an error...
Else intmax_t will not be found in gcc13 Maybe in the past was some kind of transitive include ?
From the docs python wm.py set install_dir # sets steam installation directory But if I do that I get the error Please set the game install path to something other...
I am trying to read the value of 2 pin (Header X12 pin 5 and 6 the GPIO 18 and 19) It totally works fine using mraa_gpio_read, but the problem...