Skip to content

Instantly share code, notes, and snippets.

@jeffreywalter
jeffreywalter / output_log.txt
Created March 16, 2020 06:23
H3VR output log, score not uploading
Initialize engine version: 5.6.3p4 (fbe8bd37d7fa)
GfxDevice: creating device client; threaded=1
Direct3D:
Version: Direct3D 11.0 [level 11.1]
Renderer: NVIDIA GeForce GTX 1080 Ti (ID=0x1b06)
Vendor: NVIDIA
VRAM: 11127 MB
Driver: 26.21.14.3200
Shader 'Unlit/ChromaKey2': fallback shader 'Unlit' not found
Begin MonoManager ReloadAssembly
ldug01@ldug.com 28432
ldug02@ldug.com 98521
ldug03@ldug.com 53239
ldug04@ldug.com 21672
ldug05@ldug.com 88826
ldug06@ldug.com 95888
ldug07@ldug.com 61645
ldug08@ldug.com 65461
ldug09@ldug.com 53564
ldug10@ldug.com 47411
@jeffreywalter
jeffreywalter / db.rb
Last active August 4, 2016 19:44
Remove all the db tasks from a rails app
namespace :db do |namespace|
namespace.tasks.each {|task| task.clear}
end
@jeffreywalter
jeffreywalter / gist:6342649
Created August 26, 2013 15:23
iMac pub key
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC9telcT7RMeAIqrIs3BDRNSauKhQFzHUgZQBxgzBKlAWoti1tfHnohf93pAo/zUI/2HpOhHpGi1kZLMzjOBjl8cfRpAIckfPUlNfAipySPgNU6Fu4WJ1X2AyXqnTBXla8xTitaxA1ax39oQHolsCjfQBkLmna8k0VszVQmm3qPscBkR49Z1FDC9zDkvatgFMohnglD6CJcprl6dRm6vjjeWEftAh/2P4+a6lnDpTv/Y6gNGdoFD03WPaytGvMqDlRxcI6nNZKz8PZbj8exqvv/14P8hCsR+4oN59F8AmtkVQ88vxTAW1aLV1/V694PefoMYVBwudUJEVJKVJN0AP29 dev@searchdiscovery.com
alias ts='date; time (rspec spec && flatware -w 4); date'
alias fw='date; time (flatware -w 4);date'
alias rw='rake jobs:work'
alias rc='rake jobs:clear; rw'
alias fwc='ps aux|grep flatware'
# Add the following to your ~/.bashrc or ~/.zshrc
hitch() {
command hitch "$@"
if [[ -s "$HOME/.hitch_export_authors" ]] ; then source "$HOME/.hitch_export_authors" ; fi
}
alias unhitch='hitch -u'
# Uncomment to persist pair info between terminal instances
# hitch
PATH=$PATH:$HOME/.rvm/bin # Add RVM to PATH for scripting
launchctl load -w ~/Library/LaunchAgents/homebrew.mxcl.postgresql.plist
@jeffreywalter
jeffreywalter / gist:3777104
Created September 24, 2012 17:17
e_COD_add_bundle_ui_4
Failures:
1) Offer#presentable? with no term limitation should not be presentable
Failure/Error: subject { offer.presentable? }
NoMethodError:
undefined method `in_time_zone' for nil:NilClass
# /private/tmp/monaco/app/models/term_limitation.rb:70:in `valid_for_offer'
# /private/tmp/monaco/lib/term_limitable_offer.rb:28:in `valid_terms'
# /private/tmp/monaco/lib/term_limitable_offer.rb:24:in `terms_or_cached_terms'
# /private/tmp/monaco/lib/term_limitable_offer.rb:20:in `terms'
rspec /private/tmp/monaco/spec/models/adi_spec.rb:56 # Adi 3.0#import creates a record for each element
rspec /private/tmp/monaco/spec/models/adi_spec.rb:72 # Adi 3.0#import with only one category creates an offer
rspec /private/tmp/monaco/spec/models/adi_spec.rb:80 # Adi 3.0#import with only one ext attribute embeds one ext in the movie asset
rspec /private/tmp/monaco/spec/models/adi_spec.rb:96 # Adi 3.0#import with a distributor royalty info embeds one distributor royalty info
rspec /private/tmp/monaco/spec/models/adi_spec.rb:104 # Adi 3.0#import with a studio royalty info embeds one studio royalty info
rspec /private/tmp/monaco/spec/models/adi_spec.rb:120 # Adi 3.0#import with an existing offer creation rule creates an additional term with the proper attributes
rspec /private/tmp/monaco/spec/models/adi_spec.rb:125 # Adi 3.0#import with an existing offer creation rule sets the suggested price by applying the pricing rule from the term template
rspec /private/tmp/monaco/spec/models/adi_spec.rb:129 # Adi 3.0#
rspec /private/tmp/monaco/spec/models/catalog_spec.rb:35 # Catalog.stage! when not already staged should clone the catalog
rspec /private/tmp/monaco/spec/models/catalog_spec.rb:47 # Catalog.stage! when not already staged stages the catalog's offers
rspec /private/tmp/monaco/spec/models/catalog_spec.rb:73 # Catalog.unstage! empties any references to stage categories
rspec /private/tmp/monaco/spec/models/offer_spec.rb:347 # Offer#cache_term_limitations adding additional term limitations should add additional term offering_id to offer
rspec /private/tmp/monaco/spec/models/offer_spec.rb:611 # Offer#display_behavior_for when svod only with user and user's subscriber is not part of subscription display behavior is grey
rspec /private/tmp/monaco/spec/models/offer_spec.rb:1051 # Offer#svod_term_limitation product
rspec /private/tmp/monaco/spec/models/offer_spec.rb:1366 # Offer#display_status expired offer should be expired
rspec /private/tmp/monaco/spec/models/category_spec.rb:221 # Category#has_offerings? returns t