Scott Bronson

Results 112 comments of Scott Bronson

This makes sense and has precedent: delayed_job has a `jobs:workoff` task: https://github.com/collectiveidea/delayed_job#running-jobs Agreed, a cron job is a good example where this feature would be needed. Another would be spinning...

I'm not in charge of any Rails projects anymore. Hope you can do it @ukd1!

Just filed a PR that addresses the unit test part of this issue: https://github.com/saschpe/libvirt-hook-qemu/pull/6/files Yes, running the test script should produce output: ``` ---------------------------------------------------------------------- Ran 3 tests in 0.026s OK...

#6 is in. @hillbicks, is there anything more that needs to be done to address this PR?

Sounds like your command is being interpreted twice: the local shell sees the variable and replaces it with blank, hiding it from the remote shell where $SHARED is actually set....

Just curious, why? Seems like additional complexity for not much gain...?

Really like this. 🚀

Totally agree. How do I update my existing rubies when I modify ~/default-gems? I made this change: ``` diff diff --git a/etc/rbenv.d/install/default-gems.bash b/etc/rbenv.d/install/default-gems.bash index a8a9a6a..540fadf 100644 --- a/etc/rbenv.d/install/default-gems.bash +++ b/etc/rbenv.d/install/default-gems.bash...

FWIW, I'm now running chruby with https://github.com/bronson/chruby-default-gems That includes a command to install gems after the fact. :)

Have you looked at the network traffic? It sounds like you're running into an n+1 issue, round-tripping to the server for each record.