chrismo

Results 30 comments of chrismo

I tried a simple Gemfile with just `gem 'puma', github: 'puma'` and it seems to be working fine - I presume there more steps than just this? ## Environment ```...

Ok, the key bit I was missing: `bundle pack --all`. The .zip you sent didn't include the .bundle dir which had the cache_all setting. Your bundle env dump above had...

Same issue in 1.15.1 as well. And as you say, the problem seems to correct itself by doing a `bundle install` after the `bundle pack --all`.

Ah, right, my mistake. I always forget Finder hides . folders. :/ If starting from a blank directory, like I was, then `bundle pack --all` seems to be necessary in...

fyi, to build out @adzenith's option, I needed the instructions in this article: http://blog.fosketts.net/2010/08/09/assign-keyboard-shortcut-applescript-automator-service/ and even then mapping it to Cmd+9 only works if there aren't more than 9 tabs...

fwiw, after building out the @adzenith automator service, I can't find a shortcut key that works consistently well and it's slow to respond. A faster, simpler hack: Cmd+T for a...

looks like following the pattern for HtmlFormatter is a good first shot. would add `to_adoc` and `to_md` methods to Table?

If it's self-modifying - then look to see if its the same instance internally, and don't re-wrap. If it's not, then make a new wrapper?

And it may not return an Array at all of course (`#length`)