Vladyslav Karpenko

Results 14 comments of Vladyslav Karpenko

As an extra enhancement, I had wrapped `signin` test result assertions with named test case. That gives ability for test runner to measure execution time of the `metacom.api.auth.signin` operation. ```sh...

@tshemsedinov, beside fix and enhancement I'm looking to add another test case that calls API endpoint with logged access. Because `Call example.add({ a, b })` currently public, so it doesn't...

GitHub Workflow testing shows `Error: connect ECONNREFUSED 127.0.0.1:5432` so the problem is that https://github.com/metarhia/Example/blob/master/.github/workflows/test.yml doesn't contain PostgreSQL container, but test for auth requests require the DB. I guess the `if...

Currently the problem is still exist. Way to reproduce: 1. `node server.js` 2. Open browser http://localhost:8000 3. Open DevConsole: network tab there, click on `api` ws request and go to"Messages"...

Please review @tshemsedinov . The fix ready to be applied. Additionally I had tried to write test for checking the right session restoration behavior but didn't commit it. Because the...

It might be related to https://github.com/metarhia/metacom/issues/485

I had found temporary workaround. 1. Open file `/node_modules/tap-mocha-reporter/lib/runner.js` 2. Locate function `reviveStack` at line 286 ```js function reviveStack (stack) { if (!stack) return null return stack.trim().split('\n').map(function (line) { return...

This addition into documentation is ready for review @tshemsedinov

Please review @tshemsedinov . The PR proposal may be created only based on an answer to the last question.

The question was reviewed at the [community call 133](https://youtu.be/2sWbuuuU_MY?t=853) 14.12.2023. Decision: the right behavior in the documentation, so it must be reported as issue into code repository `impress` or `metacom`.