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:
I hereby claim:
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: '[email protected]'} | |
), |
± ./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 |