Skip to content

Instantly share code, notes, and snippets.

View mikeauclair's full-sized avatar
😎

Mike Auclair mikeauclair

😎
View GitHub Profile

Keybase proof

I hereby claim:

  • I am mikeauclair on github.
  • I am mikeauclair (https://keybase.io/mikeauclair) on keybase.
  • I have a public key whose fingerprint is 783C 1A28 9EE3 A88F BE4C 0FFB E2C7 0FC4 D157 FFB3

To claim this, I am signing this object:

describe('example', function() {
beforeEach(function(){
var scheduler = this.scheduler = new Rx.TestScheduler();
this.userEmails = this.scheduler.createHotObservable(
Rx.ReactiveTest.onNext(
210,
{email: 'bob@bob.com'}
),
@mikeauclair
mikeauclair / output.txt
Created January 4, 2017 22:36
Promise union type
± ./node_modules/.bin/flow check 039efe8|add_more_types*
test.js:18
18: getQQ().then(function(val){
^^^^ property `then`. Property not found in
18: getQQ().then(function(val){
^^^^^^^ Array
Found 1 error
require 'ruby-prof'
def profile_as(name)
if ENV['PROFILE']
RubyProf.start
yield
result = RubyProf.stop