Benoit Chesneau

Results 726 comments of Benoit Chesneau

i installed ruby 1.9.1 (easier way in time limited). But anyway I'm not sure couchrest should require 1.9.1 actually. very little linux distribution have it in stable.

This is an issue in czmq imo. It used to be addressed in 2.1.0. but the bug came back in latest version and master. @steven807 which version of czmq are...

on macosx you need to use the -lcrt flag: ``` --- a/c_src/Makefile.in +++ b/c_src/Makefile.in @@ -1,10 +1,10 @@ CC = @CC@ CFLAGS = -Wall -g2 INCLUDES = -I@ERLANG_LIB_DIR_erl_interface@/include -LFLAGS =...

sorry was a little too much busy. I am working on a fix, it should land tomorrow.

this should be merged in https://github.com/benoitc/hackney/pull/737 . Working on it. Thanks for the patch

how does look the app?

not sure what you mean , it is started there .... How do you launch it?

This sounds like a configuration issue. Gunicorn is only working as WSGI gatway there.

unsure. probably looks at cloudflare way to check health. Closing as answered.

@berkerpeksag is there any better way to make sure the exception will be raised at debug level? Maybe just losing the exception there would be enough ?