Chuck Remes
Chuck Remes
Ha, this is similar to my desire to "mute" the built-in commands. Now that we have the `permitted?` method in `Commands::Base` I am working on a separate authorization gem that...
So I implemented a whitelist authorization framework. I haven't published it as a gem yet but a complete and working repository is available here: https://github.com/stax-dog/slack_ruby_bot_authorization If you require this in...
I feel it's abusive because the intent in this situation isn't absolutely clear. Using new syntax (like #final_state) would make the intent very clear IMO. Also, using the #default handler...
Alas, I don't know much about graphviz dotfiles myself. I did a 'git blame' against the source and it only shows you as the committer. Looking at digraphs to confirm...
Here is a backtrace from my "test_text_box" program as captured on a Win7 x64 box (same thing happens on a 32-bit install). https://gist.github.com/9325191444b5c0fb8dd4
> I had a carefully optimized pure ruby implementation, linked in the gist above. I can create a PR with just that, too. I think that's a good idea.