Lars H. Rohwedder
Lars H. Rohwedder
The table of the 43 libraries contains "json spirit" with version 4.08, but I cannot find any test results. Why? Does it not parse the test data?
in file EV3_Dexter_Industries_Sensors/EV3_arduino/EV3UARTEmulation/EV3UARTEmulation.cpp bb[2*i] = s[i] & 0x255; I am sure you either want "& 255" or "& 0xFF" :-) Lars R.
I've registered a callback function via `evhttp_set_cb()`. Inside of the callback function I create and send the reply via `evhttp_send_reply(…)` but how can I keep the connection open and read...
I'm porting my program from ev_http to libevhtp. So I'm calling evhtp_accept_socket() but this function wants a evutil_socket_t. Where do I get this from? In ev_http the "bind_socket" function returns...
I'd like to build a server which spawns a new thread for every incoming client connection. The existing examples seems to use a fixed number of threads in a thread...
I've implemented my ideas für #11 in a separate branch in my forked repo. Please consider this merge request as "request for comments" on my changes: * only one "owning"...
At the moment ownership aspects are completely undocumented, so I looked into the code: * `url->href` is a non-owning a shallow copy of the parameter given to `url_parse()` and not...
After reading the README.md I thought that this library "encodes" all the supported data into the 51 "payload" bits of IEEE-754 "double" qNaN values. But after looking into the header...
The spect at https://github.com/autocrypt/memoryhole/blob/master/specs/draft-memoryhole.md is incomplete, yet. Is there another, newer, more complete draft / spec somewhere? If yes, this file should be updated (or replaced by a redirect to...
As a user I'd like to know which platforms are currently supported / are planned to be supported in the near future. As a developer I'd like to know which...