David Peter

Results 4 issues of David Peter

Setting "overlayClose" to false in facebox's settings will cause clicks on the grey overlay not to close facebox. The default value is true. overlayClose might not be the best name,...

An `--order` option would allow people to uncover order dependencies. The three options would be `--order random`, `--order random:seed`, and `--order default`. Each randomized suite outputs the seed it used....

feature
help wanted

The API could be made much more like Flask's, i.e. classless. However, that's a pretty big rewrite. I'm going to save this for version 1.0.0.

When you talk in a certain channel, the raw IRC line looks like this: ``` :[email protected] PRIVMSG #testchannel :blah blah ``` So, the "recipient" variable is set to `#testchannel`. When...

bug