twhiting

Results 11 comments of twhiting

I don't want to _respond to an edit_ I want my bot to **edit a message**.

Putting this in as a feature request would be great then

Would it be too much to ask if someone gave me a full example for what i'd do after my hubot matches my reg expression? I'm not very familiar with...

``` module.exports = (robot) -> robot.hear /#([\d]+)/i, (msg) -> #Link to the associated bug msg.send "https://bugs.domain.com/show_bug.cgi?id=" + msg.match[1] ``` This is the code I use to have my bot generate...

Awesome, that worked great! Thanks. Looks like its about time I learn coffeescript :+1:

I'm all for a dark theme FWIW. For those looking for this functionality now try using your browsers built in Reader Mode.

Yes google test shuffles within a "test suite" which is the behavior that @fflaten describes.

It is hard to explain why it's worth it without being super abstract. I for example have a powershell module that interfaces with a windows service. It is possible that...

For a good description of the seed mechanism see the google test link I posted above.

@nohwnd i'd love to get to the feature myself but realistically it'd be weeks/months. So if this is something you are interested in feel free to jump on it! Thanks.