X Tutup
The Wayback Machine - https://web.archive.org/web/20201101143145/https://github.com/mikeal
Skip to content
Avatar
🏠
Working from home
🏠
Working from home

Highlights

  • Arctic Code Vault Contributor
  • Pro
mikeal/README.md
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()
  }
}

Pinned

  1. 🏊🏾 Simplified HTTP request client.

    JavaScript 24.9k 3k

  2. Node.js JavaScript runtime 🐢🚀

    JavaScript 74.5k 18.4k

  3. Functional JS HTTP client (Node.js & Fetch) w/ async await

    JavaScript 1.8k 65

  4. WebTorrent HTML element.

    JavaScript 514 31

  5. Automatically release all merges to master on npm.

    JavaScript 338 45

  6. Cross-Platform Binary API

    JavaScript 30 4

1,763 contributions in the last year

Nov Dec Jan Feb Mar Apr May Jun Jul Aug Sep Oct Mon Wed Fri

Contribution activity

November 1, 2020

mikeal has no activity yet for this period.

October 2020

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.

7 comments
1 contribution in private repositories Oct 21

Seeing something unexpected? Take a look at the GitHub profile guide.

You can’t perform that action at this time.
X Tutup