-
This bug occurred with JSTP version 0.5.2.
It is also highly possible that this issue isn't still fixed on master, it needs investigation.
The error log:
```js
TypeError: "listener" argument must …
-
But it finished with success after restart
FYI: @nechaido @belochub
```
not ok 8 - test/node/connection-emit-actions.js # time=20622.999ms
---
timeout: 240000
file: test/node/connection-e…
-
We need to upgrade all scripts here https://github.com/metarhia/impress/tree/master/deploy from `7.x` to `9.x` and test on virtual machines. @belochub you can give this tasks to ours new guys.
-
Refs: https://github.com/metarhia/metasync
See: `lib/do.js`
-
В сайдбаре необходимо реализовать фильтрацию операций как описано здесь: [четвёртый абзац](https://github.com/metarhia/console-web/issues/2#issuecomment-349256418)
-
Несколько примеров серверных функций положите плиз сюда и клиентское подключение к ним с примером вызова из браузера.
-
Now we have an abstraction of session but it isn't used anywhere. There must be a possibility to connect to an existing session specifying its ID in handshake packet. When a client loses its connectio…
aqrln updated
6 years ago
-
Hello! I installed Impress on CentOS 7.5 x64. I was able to run the server just under the root, "impress start" gave a port error, so I ran it through the "node server &", the error got out too, but t…
vkukh updated
6 years ago
-
We have web version of this app, but after https://github.com/metarhia/Server/issues/5 and https://github.com/metarhia/Server/issues/11 we need to create mobile app. I don't remember what we have here…
-
@DzyubSpirit I think to compose chain we can use following syntax:
```js
const composedChain = compose().filter(x => x > 0).map(x => x * 2).map(x => ++x);
```
And then use it:
```js
const result…