Skip to content

Instantly share code, notes, and snippets.

View william-richard's full-sized avatar
🏠
Working from home

William Richard william-richard

🏠
Working from home
View GitHub Profile
@william-richard
william-richard / build and test output
Created November 5, 2017 03:42
cockroachdb test failure
This file has been truncated, but you can view the full file.
Will:cockroach will$ build/builder.sh make build
Unable to find image 'cockroachdb/builder:20170706-162700' locally
20170706-162700: Pulling from cockroachdb/builder
23a6960fe4a9: Pull complete
e9e104b0e69d: Pull complete
cd33d2ea7970: Pull complete
534ff7b7d120: Pull complete
7d352ac0c7f5: Pull complete
c9ae8806cf69: Pull complete
ba6d3b2e93e1: Pull complete

Keybase proof

I hereby claim:

  • I am william-richard on github.
  • I am williamrichard (https://keybase.io/williamrichard) on keybase.
  • I have a public key whose fingerprint is D1F1 9F1E A471 7211 1412 CFD0 F7F8 BA4D DBE1 ABED

To claim this, I am signing this object:

@william-richard
william-richard / Commands run
Created April 18, 2016 23:28
Collins 1.3.0 Centos 7 build
# yum install -y java-1.7.0-openjdk-devel wget unzip
# mkdir src
* in the above run I messed up this step a little, and accidentally did my first wget in / instead of /src
* but the result will be the same
# cd src/
# wget https://github.com/tumblr/collins/archive/v1.3.0.zip
# wget http://downloads.typesafe.com/play/2.0.8/play-2.0.8.zip
# unzip ./v1.3.0.zip
# unzip ./play-2.0.8.zip
# cd collins-1.3.0/
@william-richard
william-richard / gist:bb94ef0b510202a0b96f
Created April 30, 2015 21:40
collins akka config example
# Akka System Configuration
# ~~~~~
# Akka system used internally by Collins
akka {
actor {
default-dispatcher = {
fork-join-executor {
parallelism-factor = 1.0
parallelism-max = 24