-
[safeRequire](https://github.com/metarhia/jstp/pull/216) function in metarhia/jstp can be implemented using Either type which will be used commonly in projects I think.
-
It would be good if there will be npm command which only runs correctness tests and linter without performance tests.
-
* eslint `^3.19.0` to `4.1.1`
* webpack `^2.6.1` to `3.0.0`
-
- [x] Remove JS hierarchy and parser (https://github.com/metarhia/JavaJSTP/pull/14 f438eb5d2478a90ef6122d584aa2f35d3c281356)
- [x] Remove docs (https://github.com/metarhia/JavaJSTP/pull/14 b3112e1d96…
-
For the demo code in README of master branch, I run test of it, two issues:
1. `jstp.net.createServer` should be `jstp.tcp.createServer`, the `jstp.net` new api not implemented in the latest packag…
-
As it was discussed we should remove support for Java Script Object Serialization format because there is no need for it. We`ll need to remove both:
* [x] implementation (https://github.com/metarhia/…
-
See https://github.com/metarhia/JSTP/issues/134 for the background.
aqrln updated
7 years ago
-
I've fixed broken badge but we have a little problem in HTML. There are spaces that becomes underline on hover. Compare with other repos: https://github.com/metarhia/metasync
-
`splitAt` splits array into two parts
```javascript
const array = [1, 2, 3, 4, 5];
const result = splitAt(3, array);
// result: [[1, 2, 3], [4, 5]]
```
-
@tshemsedinov, what do you think about turning MetaSync (under some new name) into a full-blown generic library of utility functions for JavaScript with asynchronous utilities being only a part of it?…
aqrln updated
7 years ago