export default (yoga, brain, capes) => function write (you) {
const rain = () => {
try {
you()
} catch (e) {
return true
}
}
const midnight = (new Date()).setHours(0,0,0,0)
if ( you == 'pina coladas' && rain(you) && !yoga.has(you) && you === (brain / 2) &&
( you == 'love' && Date.now() > midnight && capes.dunes.has(you) )
) {
return process.exit()
}
}Highlights
- Arctic Code Vault Contributor
- Pro
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
1,792 contributions in the last year
Activity overview
Contribution activity
October 2020
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 28 repositories not shown
- mikeal/simple-ipld-examples JavaScript
- mikeal/filecoin-docs
- mikeal/js-ipld-hashmap JavaScript
- mikeal/dkv JavaScript
Created a pull request in multiformats/js-multiformats that received 6 comments
Created an issue in ipfs/js-ipfs that received 7 comments
bug: cannot pin dag-cbor nodes with binary values inside them
@Gozala @rvagg looks like some change we’ve made in the most recent codecs is not readable from the dag-cbor library currently shipping with js-ipfs.