James Ottaway
James Ottaway
I want to add this line in my `.freshrc`: ``` fresh sivel/speedtest-cli speedtest_cli.py --bin=speedtest ``` and have it symlink `~/.fresh/source/sivel/speedtest-cli/speedtest_cli.py` to `~/bin/speedtest`. The `--bin` flag currently only accepts values starting...
@iloveitaly is this something you'd be interested in a PR to add support for? I need to send an `AttachContactReference` via the `attach` operation to set the role for a...
Second attempt to fix #303. The problem in #304 was that `vcs_relative_path` needs its argument to exist when called, and `blackbox_register_new_file` was calling `shred_file` before `vcs_ignore`. I ran the tests...
I have a repo with a shared `secrets/` directory at the top-level, alongside many others. If I'm in one of the other directories I cannot, for example, `blackbox_cat ../secrets/fake-secret.sh .gpg`:...
This is [Very Bad™](https://github.com/JamesKovacs/FactoryGirl.NET/blob/master/DeployToNuGet.bat#L5). I tested it by pushing [zzzzzzzzzzzzzzzzzzzzzzzzzz](https://www.nuget.org/packages/zzzzzzzzzzzzzzzzzzzzzzzzzz/) to `nuget.org`. I would strongly recommend: - removing this API key from the repo - changing the NuGet password for...
I'm having issues with sassc on Ruby 3.2 so I want to see if anything pops up in Travis.
I'm just getting started with Curator, which I'm really excited about, but one interesting feature which I think would make it even more compelling is to add callbacks or hooks,...
When hitting the `First` or `All` methods, underlying calls to the `Condition` func of each `Rule` should be memoized for increased performance to future invocations of the same `Condition`.
As [pointed out on Reddit](http://www.reddit.com/r/dotnet/comments/23n3ec/show_rdotnet_my_weekend_project_ruleset/cgza4e3), using [Expression Trees](http://msdn.microsoft.com/en-us/library/bb397951.aspx) would improve performance significantly.
Some users have muscle memory to launch `tmux` manually, and than want to think about how to structure their windows/panes. Running `tmux-up $FILE` when `$TMUX` is not empty should: *...