-
As we mentioned in #17 it would be great to have better syntax, chaining:
```js
metasync.for(items).each(fn).fetch(fn);
metasync.for(items).reduce(fn).fetch(fn);
metasync.for(items).filter(fn)…
-
Now callbacks in `metasync.filter` and `metasync.find` have single argument (result or data). I think it will be good to use common convention with `(err, data)`. FYI: @aqrln
-
See https://github.com/metarhia/MetaSync/pull/68
-
Stack trace:
```
2017-04-14T11:47:50.708Z Worker(4073/S1N1) [impress]
TypeError: application.log.access is not a function;
Client.accessLog (impress.client.js:107:21);
impress.client.js:635:12;
…
-
Here is an idea of small but useful callback wrapper.
After applying `metasync.cb`:
- no need to check like this: `if (callback) return callback(err, data)`;
- wrapper prevents to call it more then…
-
```console
$ git log --oneline
9d815a5 test: make linting a part of the testing process PR-URL: https://github.com/metarhia/Common/pull/4 * Add `npm run lint` script that can be invoked on its own. …
aqrln updated
7 years ago
-
Current version of user interface looks like a prototype. It's not ugly, but not good at all. So I propose to try to create new pretty version of GUI based on a current navigation logic. I doubt that …
-
```js
Error: ENOENT: no such file or directory, open '/config/ssl/example.key'
Error (native)
Object.fs.openSync (fs.js:640:18)
Object.fs.readFileSync (fs.js:508:33)
EventEmitter.impress.…
-
`['then', 'catch', 'map', 'filter', 'reduce', 'each', 'series', 'find']` on library load
-
* [ ] https://github.com/metarhia/Impress/pull/676/files#diff-25c29526b468ed8fd0f81af4549c3542R313
* [ ] https://github.com/metarhia/Impress/pull/676/files#diff-888ed8961847bf1c76dd7c2eb8f07e53R68
*…
aqrln updated
7 years ago