Christoph Olszowka
Christoph Olszowka
I think I'm seeing a similar thing since upgrading to 0.3.7, in that chruby-auto insists on me using my system ruby (which I need to have installed on my Ubuntu...
Not a tmux issue for me, I'm running this on a straight-forward Ubuntu bash shell. The upgrade to 0.3.8 did not fix it, either. This also happens on a vanilla...
Ok, did a bit more digging. Actually this breaks because I enable auto-switching via a `/etc/profile.d/chruby-auto.sh`, instead of the `.bashrc`. If I add the sourcing of auto.sh to my bashrc,...
The problem I have bumped into is syncing the cache dir up into a s3 bucket, using `s3cmd sync` uploads only the actual data-dirs underneath `dists`, say `raring-2013...`, which makes...
Amazing how writing about an issue makes you (finally) think about it: Using an exclude pattern of `"dists/*-201*"` made this work for me as expected - only the actual distro-specific...
Hi Carsten, could you please try the 0.8.0 prerelease from rubygems? It implements a lockfile for the resultset merging and should fix your problem
@HerbCSO Cool, thanks! I'll keep this open as a placeholder for a standardized solution built into simplecov
See [this little exchange](https://twitter.com/hazula/status/488869578651758593) I had with @bf4 on twitter on this topic. Basically, I've always waited it for it to become perfect. As the author of this project, I've...
Another thing I wanted to tackle for ages was getting rid of the shoulda-based unit test suite and replacing that with RSpec unit tests, but I guess this is an...
Nice, thanks @sferik !