Google Code Exporter
Google Code Exporter
``` The attached patch allows the Closure Linter to be executed from a checkout in two ways. One, is you can pass the directory location. Two, you use Python's -m...
``` Sorry, but this is all about the edge cases: $> cat breaking2.js (function() { console.log(1); }) (); $> node breaking2.js 1 $> ./bin/fixjsstyle breaking2.js Fixed 1 errors in breaking2.js...
``` What steps will reproduce the problem? 1. Enter the following as lint_test.js: ----------------------------------------------------- goog.provide('app.LintTest'); /** * Small example for the problem with Google's JSLint * @param {number} i An...
``` What steps will reproduce the problem? $> cat with_e4x.js var f = ; $> fixjsstyle with_e4x.js Fixed 5 errors in /Users/filip/workspace/codefairy2/with_e4x.js $> cat with_e4x.js var f = < feed...
``` What steps will reproduce the problem? 1. Don't install setuptools. 2. In closure-linter, python setup.py install 3. Observe that gjslint and fixjsstyle are not installed. It would be great...
``` What steps will reproduce the problem? 1. Connect to Ostinato. 2. Select interface within 'Ports Group' tree. 3. Create new stream. 4. Go into the stream. 5. Select Vlan...
``` When a large number of streams are configured (tens of thousands) and they are deleted - the time taken is noticeable. ``` Original issue reported on code.google.com by `[email protected]`...
``` What steps will reproduce the problem? 1.Send Normal UDP/TCP packet 2.Capture in the Wireshark 3. What is the expected output? What do you see instead? FCS should be given...
``` Ostinato currently supports only Ethernet as a link layer. OSX doesn't use a standard Ethernet link layer header for the loopback interface, but instead uses a 4 byte 'type'...
``` Please find attached manpages: drone.1, ostinato.1. I applied them into Debian package and will be happy if adopted upstream too. Current status of them is too simple. I'll rewrite...