Fabian Groffen
Fabian Groffen
Either this, or the integration of carbonwriter with carbonserver.
could be timeout (in general dnspq is very impatient ;)) You can try to tweak the timeouts a bit here: https://github.com/grobian/dnspq/blob/master/dnspq.c#L76-L81
Yeah, this is an unbounded loop, which is a bit silly when I think of it now.
gnu-ification of the options is certainly an option (standard getopt-long) but it breaks all backwards compat, which I tried to retain for now. `curl https://habr.com/en/post/488432/ | html2text -from_encoding utf-8` seems...
Right, but html2text doesn't do the http request, so it has no headers. What you want is basically for html2text to link against libcurl, so it can use the content...
So the request is ok, but the the actual problem was solved by the implementation for issue #20 . Since the document contains a meta charset tag, we don't need...
I've removed the old README, so this confusion shouldn't happen any more
% echo "#include " | g++ -E -x c++ - | sed -n -e 's/^# [1-9][0-9]* "\(\/.*\)\/.*".*/-I\1/p' | sort -u should give you a list of includes that it believes...
hang on, makedepend is an external package, I don't even have it installed, is it worth bothering about this?
I think if we have missing deps, for the few files in the project, we better just add them manually.