Cezary Baginski

Results 26 comments of Cezary Baginski

Also, as far as I know changing the directory structure while Listen is running is undefined on Linux.

@wwalker - yes, I still need the workaround with vim-ruby https://github.com/vim-ruby/vim-ruby/commit/01657cc9d9fc93590104af0f5aaa6897caa4af11

I'm still getting this - it's the ':' that triggers the error (without it, it indents properly). I've updated all bundles to master (ruby, rails, etc.). I've reproduced the issue...

Here's a minimal failing example: ``` ruby ":#" ":#" ``` (the second line keeps getting indented without this patch)

@davidgiven - I created my own PPA, based on 0.7.4. https://launchpad.net/~cezary0/+archive/ubuntu/tup I've changed a few things, since the build was extremely complex: 1. Switched to CMake (makes a big difference!)...

@davidgiven - I heard rumors that Debian was going to aim to support PPA's (or similar). I don't know what your need are, but this is pretty close: https://wiki.debian.org/CreatePackageFromPPA (I...

I'd appreciate a PR that makes the readme say what you want to say. (Or solves the problem you're having). Here was the thinking behind this project: - reporting vulnerabilities...

If you can't use a newer version of Ruby, it's best to switch to older versions of gems for that version. Here, you have 2 options: 1) Lock to a...

@Confusion - Lots of good points, thanks. (I was crushed with work for 9 days so I didn't get to respond earlier). > If there was an rvm release that...

Yes, it's a chicken-and-egg problem. You need ruby_dep already installed if you're using it in your gemspec file. You'll probably need to add it as a Travis pre-build step, e.g.:...