Graham Russell

Results 8 issues of Graham Russell

Is it possible to support markdown for the HTML5 abbr (abbreviation) tag e.g.: ``` HTML is cool. *[HTML]: Hyper Text Markup Language ``` which outputs ```html HTML is cool. ```

I've built tcpflow 1.5.0 on CentOS 7: `./configure && make && sudo make install` However when I try to run: `tcpflow -a -o outdir -Fk -r test.pcap` I get the...

It's too long and confusing and not tested!

enhancement

**Describe the Issue** We currently just have one option to specify a proxy (`-Dproxy`) and this sets it for Selenium (browsers) as well as all instances of RestAssured. This might...

enhancement

https://github.com/awaitility/awaitility

enhancement

Could the timeout be configurable per object, rather than for each method? E.g. via a constructor? I'm happy to create a PR if you'd like.

The below code sets all the LEDs on the Blinkstick Strip to blue but does not turn them off. ```python from blinkstick import blinkstick bstick = blinkstick.find_first() for i in...