Baylee Schmeisser

Results 158 comments of Baylee Schmeisser

I don't think this should be a lint. Often this is expected behavior. ``` coffeescript baz(foo) if foo = bar() ``` for instance only calls `baz` if `bar` returns a...

I can paste into Ctrlp. I have Vim 7.4 (via brew) and Terminal 2.6.1. I removed all my other plugins and configs and it's still working.

@jaredpar I realize this is an old issue, but I'd be happy to help if you point me in the right direction. Are you still using this plugin?

Is it possible to have a generic key handlers that fires events that both plugins can listen to? This could be in the form of a separate plugin that these...

Yikes, that's a lot! I'm not seeing the same thing on my computer: If you don't mind me asking, but can you try removing plugins one at a time to...

https://github.com/tinytacoteam/zazu-file-finder/blob/master/directories.js#L29 So it's currently going through: * `/System/Library/PreferencePanes` * `~/Applications` * `/Applications` 1) Do you happen to have a large number of files/directories in these folders? 2) Also can you...

This is an issue with the file finder, it should be sped up and possibly broken up.