Benjamin Sergeant

Results 28 issues of Benjamin Sergeant

Hi there, thanks for this super useful and fast library. I added a simple CMake file which should make it so that more users can use your library. One good...

Hi there, I am trying to build libcurl and one of its dependency (nghttp2). This sounds like a chicken and egg problem ; nghttp2 needs to be built first, and...

Hi there, I have found some luarocks extensions to build C++, but they don't let me specify C++11. ``` $ luarocks build env MACOSX_DEPLOYMENT_TARGET=10.8 gcc -O2 -fPIC -I/usr/local/opt/lua/include/lua5.3 -c ../ixwebsocket/IXWebSocket.cpp...

Hi there, There is a set of libevent based http server examples. is there any interest in having an http(2) server example based on libuv ? The difficulty can sometimes...

I am getting errors like this when include libnoise.hpp in multiple source (cpp) files in my project (https://github.com/machinezone/IXWebSocket) Example file -> https://github.com/machinezone/IXWebSocket/blob/ac9710d5d6e1c3dba1c681168cca39e358ab73ef/ws/ws_redis_cli.cpp ``` (?grm@ansi@linenoise@@3UGRM@12@A) already defined in ws_connect.obj [D:\a\IXWebSocket\IXWebSocket\build\ws\ws.vcxproj] ws_redis_cli.obj...

Hi there, We just started to use c-ares (through libcurl), and we noticed a fair amount of time spent in ares__readaddrinfo. It's not clear to me what is expensive yet,...

Hi, I have an argument that can be repeated multiple time (let's call it --location). So I declare it as a vector of string. ``` --location paris --location london ```...

enhancement

Hi there, Thanks for making a very useful library. We're wondering if you've been giving thoughts about using a different library like BSD or MIT which makes it easier for...

My cluster got in a bad state, it's unclear why. * very recent redis-cluster-operator (from 2 weeks ago) * OpenShift 3.11 which is built on kubernete 3.11. * redis-5.0.8 *...

See https://daniel.haxx.se/blog/2022/05/19/case-insensitive-string-comparisons-in-c/