Brett Adam

Results 17 comments of Brett Adam

I've added some of these configuration options in my fork [verveguy/slack-poker-bot](https://github.com/verveguy/slack-poker-bot)

Thanks for this work. I'm pulling the various refreshes and improvements folks have made into my fork at verveguy/slack-poker-bot. There's only one problem with jimp - the tests occasionally fail...

I guess a simple JSON dict could be used as a map ``` "field_mappings" : { "Attendees": "Folks", ... } ```

Right. That's because the helper service fails to start if the port is already in use. I'll need to add a configuration option to the helper menu to change the...

Here's a patch for 6.3.0 that simplifies the rm to simply remove `.` rather that futzing with all the files. Seems to work for my case...YMMV. ```patch diff --git a/lib/git.js...