Sergei Kogan

Results 2 issues of Sergei Kogan

Got "The command line is too long" error. How to reproduce: ``` npm init npm install karma-browserify --production --save npm-flatten ``` - npm 2.7.4 - node 0.12.2 - Windows 7

Hi! I am having trouble with the following scenario: ```py from twisted.internet import defer, protocol, task import pika import pika.adapters.twisted_connection @defer.inlineCallbacks def test_the_issue(reactor): host = "192.168.8.8" port = 5672 client_creator...