James Le Cuirot

Results 75 issues of James Le Cuirot

I understand the thinking behind #561 and don't have a problem with it except that the form fields for adding email-only watchers have been removed. The functionality seemingly still exists...

Defining the library with `library` rather than `both_libraries` allows the user to choose which type they want to install using `-Ddefault_library`. Closes: https://github.com/FeralInteractive/gamemode/issues/287

Bundler is not longer installed by RVM by default as of rvm/rvm@dc07790042d78c525d7d52616c78cb2d55c0e764. I think users would expect Capistrano to just work after installing RVM so perhaps Capistrano should ensure that...

This may not be a problem but I suspect it was unintentional and should be reviewed. I noticed that the files created from an RVM user install are owned by...

Believe it or not, basic `unscope` functionality was broken. I don't know how but with Squeel in play, `where_values` somehow becomes a nested array. Flattening it first fixes the issue....

Calling return inside a block under Rubinius results in aLocalJumpError, at least with version 2.3.0. This is probably a Rubinius bug but it is easy enough to work around it...

It seems you were right and SFS simply wasn't able to handle git. Luckily I had a fairly recent backup from before I corrupted my large repository! I'm now trying...

This avoids the need to modify the rsync-check.sh script. If the check is applied to the batches module then it does require .sfs.mounted to be created there too but this...

I'd like to package this for Gentoo Linux once I get it working.

The cache was not being updated when new attributes were added, causing very strange behaviour. Any previously unseen attributes passed to new with `send_only_modified_attributes` enabled would be missing from the...