Athan

Results 562 comments of Athan

- slash bot for running commands on PRs

- code coverage app

- [x] ndarray API parity with built-in JS arrays (e.g., `forEach`, `map`, `reverse`, etc) - Issue: https://github.com/stdlib-js/google-summer-of-code/issues/33

- support the collection of browser benchmark results (e.g., from standalone package repos and API docs)

- nodeschool workshopper for the REPL

- SIMD support in ndarray kernels

- additional data structures (e.g., B-trees, binary search trees, etc)

This idea has as a prerequisite the refactoring of at least one async API to demonstrate the desired approach of returning an object which can query in-flight async operation status....

@Planeshifter Now that we have UMD and ES Module builds in standalone repositories, this could be more straightforward, I believe, as we may be able to load directly using JSDelivr...

Good point. We'd need to account for 3rd party dev dependencies (e.g., `tape`, `proxyquire`, and the like).