Kevin Gustavson

Results 7 comments of Kevin Gustavson

Can you verify that this behavior is happening in the latest version of Chrome (currently 34.0). Also can you verify that it's failing with my version? https://github.com/MessiJS/MessiJS/ (https://github.com/MessiJS/MessiJS/issues/27) If you...

If I understand this correctly, you can do something like this: ``` JavaScript Messi.ask( 'Would you like to continue?', function(value) { if (value == 'Y') { document.getElementById('light').style.display='block'; } } );...

Messi.load(…) loads html fragments directly into the .messi-content div. This means that the Messi CSS will apply to the loaded content. CSS rules state that the most specific rule will...

@ehevnn I'm seeing this too. I thought I was doing something wrong.

Ok. So, I added the excludes line from your example. ``` ruby guard 'rsync', :input => '/home/kgustavson/workspace/visitmanager2', :output => '/var/www/symfony', :excludes => { /(.+)\.coffee$/ => (lambda {|m| "#{m[1]}.js"}) } ```...

I'm sorry if I was unclear. Vim never starts up, that is the shell output. Vim is completely unusable in this state.

I'm also using ZSH but I just verified the problem is exactly the same if you use Bash. Odd that it's dying with a different process signal (mine: ABRT, yours:...