Christos Trochalakis
Christos Trochalakis
Could you release a new gem version containing the latest commit? (POST fix) thanks :)
Hello :) I am trying to tail the same file twice but there seems to be a problem, here is a gist describing it http://gist.github.com/458403 Any ideas?
Hello, Tests are randomnly failing with `accept tcp 127.0.0.1:36349: use of closed network connection` error. There also some race issues in they way the tests work, `t.Log, t.Fatalf` and friends...
Hello, the last release was on Aug 2012, almost 3 years ago, and since then a lot have been merge on master (~650 non-merge commits). It would be great if...
Hello @agentzh, Is it possible to release a new version including the dynamic module support? I'd like to split the module into a separate nginx debian package. This is the...
Hello @agentzh, Is it possible to release a new version including the dynamic module support? I'd like to split the module into a separate nginx debian package. Thanks a lot...
The itoken expiration time is set by the following code: `self.itoken_expires = time() + self.token_life - 60` That effectively means that setting token_life to a value less than`60 secs` results...
Hello! Is it possible to provide a LICENCE file with your module (perhaps 2-clause bsd like nginx source code)? We are packaging nginx-upstream-fair in debian and we need to provide...
Hello, Is it possible to provide a LICENSE in your project, that contains a copyright notice? You might want to consider 2-clause BSD, the same license that nginx uses (http://nginx.org/LICENSE)....