Mikeal Rogers

Results 111 issues of Mikeal Rogers

The original [issue logged for ignore rules](https://github.com/bcoe/c8/issues/21) asked for “all of them” but only `c8 ignore next` was added. I didn’t think that was much of a big deal until...

question

Consider the code below. ```js const x = 'asdf' const fn = y => { if (typeof y !== 'object') { y = 'yup' } console.log(y) } fn(x) ``` The...

feature-request
v8

Hiya :) In the IPFS org we’ve [created a new group](https://github.com/ipfs/community/issues/352#issuecomment-440380041) for maintainers of client libraries. This will make it easier for us to loop you into issues that may...

This repo is really old and from the io.js days.

One of our more vibrant threads is about adding HTTP2 to core. https://github.com/iojs/io.js/issues/4 In the TC meeting today there was broad support for adding _something_ to core but no clear...

I'm going to try and write out some of my most recent thinking about NG. What I first thought of as an opportunity to adopt new patterns I now see...

It's time to start thinking about things we can implement today that set us up for some of the bigger ideas we've been talking about in this repo. After a...

Recently `co` moved to using promises, or more specifically yielding promises. https://github.com/tj/co There's been talk of having APIs in NG return promises. What are the downsides/upsides of return vs. yield?

This has come up in a few threads and is something @rauchg has been on about for a while. For applications, should people set their required version of the platform...

When I was doing the Dumbo Drop project I hit most of the performance bottlenecks you can find in S3 and Dynamo. One thing I stumbled upon was a much...

status/ready