Skip to content

Instantly share code, notes, and snippets.

View robholland's full-sized avatar

Rob Holland robholland

View GitHub Profile
#!/usr/bin/env ruby
# == Synopsis
#
# caching_proxy: Caching proxy server which will cache GET and POST requests.
#
# Rob Holland <rob@inversepath.com>
#
# == Usage
#
@robholland
robholland / keybase.md
Created October 10, 2016 15:32
keybase.md

Keybase proof

I hereby claim:

  • I am robholland on github.
  • I am robholland (https://keybase.io/robholland) on keybase.
  • I have a public key ASDfiL-P8REFB4EwrX5UZIjNtgRE9b6iPtY5nmXeUasE5wo

To claim this, I am signing this object:

Unhandled Java Exception:
java.lang.NullPointerException
at java.lang.Object.getClass(libgcj.11.dylib)
at java.lang.System.arraycopy(libgcj.11.dylib)
at java.io.BufferedOutputStream.write(libgcj.11.dylib)
at java.io.FilterOutputStream.write(libgcj.11.dylib)
at com.lowagie.text.pdf.OutputStreamCounter.write(pdftk)
at com.lowagie.text.pdf.PdfIndirectObject.writeTo(pdftk)
at com.lowagie.text.pdf.PdfWriter$PdfBody.add(pdftk)
at com.lowagie.text.pdf.PdfWriter$PdfBody.add(pdftk)
Error in command Redcar::Runnables::RunAlternateEditTabCommand
TypeError: can't convert nil into String
/Users/robholland/Development/opensource/redcar/plugins/runnables/lib/runnables.rb:60:in `gsub!'
/Users/robholland/Development/opensource/redcar/plugins/runnables/lib/runnables.rb:60:in `substitute_variables'
/Users/robholland/Development/opensource/redcar/plugins/runnables/lib/runnables.rb:22:in `run_process'
/Users/robholland/Development/opensource/redcar/plugins/runnables/lib/runnables/commands.rb:48:in `run_tab'
/Users/robholland/Development/opensource/redcar/plugins/runnables/lib/runnables/commands.rb:75:in `execute'
/Users/robholland/Development/opensource/redcar/plugins/application/lib/application/command/executor.rb:29:in `execute'
/Users/robholland/Development/opensource/redcar/plugins/application/lib/application/command.rb:83:in `run'
/Users/robholland/Development/opensource/redcar/plugins/application/lib/application/menu/item.rb:45:in `selected'
Error in command Redcar::Runnables::RunEditTabCommand
TypeError: can't convert nil into String
/Users/robholland/Development/opensource/redcar/plugins/runnables/lib/runnables.rb:60:in `gsub!'
/Users/robholland/Development/opensource/redcar/plugins/runnables/lib/runnables.rb:60:in `substitute_variables'
/Users/robholland/Development/opensource/redcar/plugins/runnables/lib/runnables.rb:22:in `run_process'
/Users/robholland/Development/opensource/redcar/plugins/runnables/lib/runnables/commands.rb:48:in `run_tab'
/Users/robholland/Development/opensource/redcar/plugins/runnables/lib/runnables/commands.rb:40:in `execute'
/Users/robholland/Development/opensource/redcar/plugins/application/lib/application/command/executor.rb:29:in `execute'
/Users/robholland/Development/opensource/redcar/plugins/application/lib/application/command.rb:83:in `run'
/Users/robholland/Development/opensource/redcar/plugins/application/lib/application/menu/item.rb:45:in `selected'
» rvm install ruby-1.8.7
Installing Ruby from source to: /Users/robholland/.rvm/rubies/ruby-1.8.7-p249
Extracting ruby-1.8.7-p249 ...
Configuring ruby-1.8.7-p249, this may take a while depending on your cpu(s)...
Compiling ruby-1.8.7-p249, this may take a while, depending on your cpu(s)...
Installing ruby-1.8.7-p249
Installation of ruby-1.8.7-p249 is complete.
Installing rubygems dedicated to ruby-1.8.7-p249...
Installing rubygems for /Users/robholland/.rvm/rubies/ruby-1.8.7-p249/bin/ruby
Error running 'GEM_PATH=/Users/robholland/.rvm/gems/ruby-1.8.7-p249:/Users/robholland/.rvm/gems/ruby-1.8.7-p249@global GEM_HOME=/Users/robholland/.rvm/gems/ruby-1.8.7-p249 BUNDLE_PATH=/Users/robholland/.rvm/gems/ruby-1.8.7-p249 /Users/robholland/.rvm/rubies/ruby-1.8.7-p249/bin/ruby /Users/robholland/.rvm/src/rubygems-1.3.6/setup.rb', please check /Users/robholland/.rvm/log/ruby-1.8.7-p249/rubygems.install*.log
[2010-04-21 15:11:31] GEM_PATH=/Users/robholland/.rvm/gems/ruby-1.8.7-p249:/Users/robholland/.rvm/gems/ruby-1.8.7-p249@global GEM_HOME=/Users/robholland/.rvm/gems/ruby-1.8.7-p249 BUNDLE_PATH=/Users/robholland/.rvm/gems/ruby-1.8.7-p249 /Users/robholland/.rvm/rubies/ruby-1.8.7-p249/bin/ruby /Users/robholland/.rvm/src/rubygems-1.3.6/setup.rb
[2010-04-21 15:34:13] GEM_PATH=/Users/robholland/.rvm/gems/ruby-1.8.7-p249:/Users/robholland/.rvm/gems/ruby-1.8.7-p249@global GEM_HOME=/Users/robholland/.rvm/gems/ruby-1.8.7-p249 BUNDLE_PATH=/Users/robholland/.rvm/gems/ruby-1.8.7-p249 /Users/robholland/.rvm/rubies/ruby-1.8.7-p249/bin/ruby /Users/robholland/.rvm/src/rubygems-1.3.6/setup.rb
./lib/rubygems.rb:777:in `report_activate_error': Could not find RubyGem json_pure (>= 0) (Gem::LoadError)
from ./lib/rubygems.rb:211:in `activate'
from ./lib/rubygems.rb:246:in `activate'
from ./lib/rubygems.rb:245:in `each'
from ./lib/rubygems.rb:245:in `activate'
from ./lib/rubygems/custom_require.
require 'icuke/cucumber'
Background:
Given "iCuke" from "app/iCuke/iCuke.xcodeproj" is loaded in the simulator
Scenario: User views the About screen
When I tap "About"
Then I should see "Author:"
Scenario: User enters some text
When I tap "Name"
And I type "Rob Holland"
Scenario: User Login (Buyer)
Given I am activated
And I have a buyer role
And I have logged in before
And I am on the login page
And I log in
And I am on the dashboard page
Then I should see "My Jobs"
And I should see "Proposals"
And I should see "Active Jobs"