Dan Kubb

Results 25 issues of Dan Kubb

When instantclick makes a GET request to a URL and receives a `504 Gateway Timeout` response or otherwise times out, it should retry the request N times (ideally with some...

Enhancement

This branch adds a ragel based lexer and a racc based parser.

One way to silence the warnings is to do `YARD::Logger.instance.level = YARD::Logger::ERROR` before YARD processes the source code. A better approach might be to explicitly provide the logger to YARD...

This branch refactors the URL generation to use URI to construct the string, rather than using string concatenation directly. It also cleans up a few small build issues I encountered...