Nicky McCurdy

Results 474 comments of Nicky McCurdy

You can still export a Code Sandbox as a zip or GitHub repository if you have issues with that. I think collaborating on Code Sandbox is easier if we don't...

I imagine the in-browser Jest stuff (which should be getting updated soon) would run much faster, as Code Sandbox has to wait for the whole Docker container to boot before...

I think individual sandboxes are easier to use though. It makes the package installation faster and it means that the link can go to a specific file (for example `src/index.test.js`...

Any more opinions on this? I think we should at least add a blurb to the readme like we did for React Testing Library.

Travis integration is working, I enabled it for all build starts, passes, and fails. Gitter notifications only show up in the right sidebar so I don't think this is too...

@jonathanong Could you do this please (or give one of us repository settings access)? In the [Gitter room](https://gitter.im/koajs/koala) settings go to Integrations. It has instructions for setting up GitHub and...

Should this be a blocker or is it just a long term convenience thing?

Perhaps I misunderstood the discussion in #19, should we do this before working on Koa 2 support?

Great point, this seems to be easier for both the short and long term. I'll add this to the new Blockers milestone before Koa 2 support.

I feel like we should switch to a more modular API, especially if we're including third party middleware by default. Right now we have a top level `koala` function import...