khoan

Results 15 issues of khoan

% gollum-site serve => gollum-1.3.1/lib/gollum/markup.rb:463:in `render': undefined method`new' for Redcarpet:Module (NoMethodError) If gemspec is updated then this workaround is no longer needed. workaround is to use bundler: ``` ruby #...

Hi, Added this functionality: (post = Post.make).comments.make.post.should == post Cheers, Khoan.

Currently, there are no options to customize how previous attachment is destroyed except for monkey patching, see more https://github.com/markevans/dragonfly/issues/365. Possible use case is soft delete policy where a marker is...

``` # currently takes a long time identify -ping -format '%m %w %h' /path/to/video.mp4 ``` can we somehow extract first frame and use it to return format, width and height?

#### Why? We have lots of javascript code that blindly invokes `window.Intercom(...)` expecting that it's a function. The assumption that `window.Intercom` is always a function breaks down, when `IntercomRails::AutoInclude::Filter` is...