-
At the moment json5 tests include testing for correct NaN value parsing, but this tests check NaN value equality using `strictSame` comparison, which does not work with NaN values.
`isNaN` function h…
-
Вместо
``` JavaScript
{
country: 'string',
city: 'string',
zip: 'number(5)',
street: 'string',
building: 'string',
room: '[number]'
}
```
Делаем что-то типа:
``` JavaScript
{
country:…
-
Stack trace:
```
2017-04-21T14:11:05.800Z Worker(18883/S1N3) [impress]
TypeError: Cannot read property 'length' of undefined;
Object.api.common.generateSID (api.common.js:646:20);
Ser…
-
We have totally broken `metasync.find`, I tested it writing chaining test
-
The JSTP CLI always passes the arguments of the `event` command as an array to the `Connection#emitRemoteEvent` method, while it should be an arbitrary JavaScript value. If user wants it to be an arra…
aqrln updated
7 years ago
-
We need an API to get a random free port.
At the moment I have two ways to write test:
* listen on `0` port, and get server port by accessing the rawServer
* use hardcoded values
Both are not ok…
-
We should decide how user will select files for uploading. There are two common ways:
1. Add MetaCom to the system's share menu to accept any files:
![img_1199](https://cloud.githubusercontent.com/a…
-
Now `metasync.parallel(fns, done(result), data)`
In `v0.3` we need `metasync.parallel(fns, done(err, result), data)`
-
`metasync.every` - find all that satisfies passed function
`metasync.find` - find first that satisfies passed function
-
See: https://github.com/metarhia/MetaSync/issues/74