Charlike Mike Reagent
Charlike Mike Reagent
Best will be to just create a separate repo for a PWA, using this as API. And that's it, no need for any options or bloating the package.
better use https://github.com/tj/git-extras - like `git release v0.0.0 && npm publish`
@briancavalier add `.all` method to test it in Bluebird's benchmark system? I found that http://npm.im/micropromise is 2nd by efficiency, memory and speed (in parallel tests) after `bluebird`
Yea, I understand, but why not, it is only one method. And yea, I digging around different promise libraries to learn and to understand the logic. But I cant get...
@briancavalier also in the description is written "Simple, tiny, **fast** ...", what mean `fast`, when we cant make benchmarks. :)
Hm yea, okey, sorry! I talk about bluebird's benchmark tests with that I play all night, LOL. And think to decouple them to separate module. But modules must have method...
Mm yep, its possible. As for tests.. yea, I know that, but can't modify it. I try with this rewrite, but continue failing ``` js // Coerce x to a...
that may help you [tunnckoCore/is-async-function](https://github.com/tunnckoCore/is-async-function), it's not for thunks but for async functions at all. See the examples on readme, see the tests. I'm open to add more possible variants...
@Pana I dont know, it's pseudo, but works. Tried to not use regexp, for that slice just 150 chars then indexOf. Using regexp was 2x slower. But yea, thanks! :...
Still. Hm. I'll review the code base and try to hit it :)