Alexis Tyler

Results 312 comments of Alexis Tyler

@lipis is there anything holding this PR from being merged?

Which PR is this waiting for?

@ricardofrantz I think you’re misunderstanding what this is. You only need npm to install it.

Is there a reason to use events? Events, promises and callbacks can for the most part be interchanged with each other and really adding a torrent isn't an event per...

You're looking for `Promise.all(iterable);` https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Promise/all

@aidanharris can you give this a test please. To run use `./cli.js --help`. I'm not 100% sure on doing it this way. Edit: You'll likely need to run `yarn build`...

But sure if you're still using Gitter but I registered the name astro and it's now asking me to give it a config file. Not sure if there's a way...

I'll be adding a cli wrapper around astro so if want to wait for that to be merged then you will be able to use `--log=console` and it'll change over....

``` --------------------------------|----------|----------|----------|----------|----------------| File | % Stmts | % Branch | % Funcs | % Lines |Uncovered Lines | --------------------------------|----------|----------|----------|----------|----------------| All files | 68.6 | 32.39 | 58.18 | 71 |...

We should add to the docs under testing that `res.send()` should always be used for the API instead of `res.json()` as `.json()` expects an `Accept` header. Also `.deepEquals(x, {})` is...