Giuseppe Crinò

Results 10 comments of Giuseppe Crinò

> making my ICMP packets unique What about starting the data wrapped in the ICMP packet with some _magic bytes_? Say, `b'ICMPTUN'`?

I _can_ reproduce the bug in the OP, but on Raspberry Pi Zero W. ``` pi@raspberrypi:~ $ r2 -v radare2 2.3.0-git 17105 @ linux-arm-32 git.2.2.0-298-g893b896ca commit: 893b896ca0bd54a402f5f916870b1c731d1489d1 build: 2018-01-26__12:53:55 ```...

What about writing a _man_ page with the current content of `http --help`, and making `http --help` just print ``` usage: http [--json] [--form] [--pretty {all,colors,format,none}] [--style STYLE] [--print WHAT]...

I had the same problem, as the docker in my CI is 17.05 and it doesn't support `COPY --chown`. For those who stumble upon this, a temporary fix is to...

Would someone write some pointers for how to implement this?

Apparently you can elegantly solve the problem using the core package `syscall` and doing an **ioctl** — but check the parameters you pass, to truly achieve portability among Windows, Linux...

@Jonahss, i'd say no ... Outputs!, ``` $ ls -l /home/nue/grunt-saucelabs/examples/qunit/node_modules/grunt-saucelabs/node_modules/sauce-tunnel/vendor/linux/bin/sc -rwxr-xr-x 1 nue nue 8220147 Jun 25 16:52 /home/nue/grunt-saucelabs/examples/qunit/node_modules/grunt-saucelabs/node_modules/sauce-tunnel/vendor/linux/bin/sc ``` and machine infos ``` Linux banzi 3.15.7-1-ARCH #1 SMP...

To me, it seems like [`Response.raw`](http://docs.python-requests.org/en/master/user/quickstart/#raw-response-content) should be used; otherwise `HTTPResponse.iter_body` will return `gzip -d`'d chunks.

Can you provide an example for the expected output? Currently we have ``` $ stress -v --cpu 2 --timeout 5s stress: info: [24710] dispatching hogs: 2 cpu, 0 io, 0...