Vladyslav Karpenko

Results 19 issues of Vladyslav Karpenko

Closes: https://github.com/metarhia/Example/issues/238 - [x] tests and linter show no problems (`npm t`) - [ ] tests are added/updated for bug fixes and new features - [x] code is properly formatted...

Closes: https://github.com/metarhia/Example/issues/263 The cause appears to be a tiny typo in a first guard line at https://github.com/metarhia/Example/blob/2435b8e643af3fc4a62fea1f3f20bdedc1e1d9c1/application/domain/tests/api.js#L2-L3 Reverse of the check enables assertions and cases from the script. Console result...

### Describe the bug Example project has tests for API in the [`application/domain/tests`](https://github.com/metarhia/Example/tree/master/application/domain/tests) folder. Specifically two tests `http.test.js` and `ws.test.js` running the same test cases from `api.js`, e.g. https://github.com/metarhia/Example/blob/2435b8e643af3fc4a62fea1f3f20bdedc1e1d9c1/application/domain/tests/api.js#L11-L14 It...

### Way to reproduce an error 1. Enable execution of [domain.time.start hook](https://github.com/metarhia/Example/blob/master/application/domain/time/start.js) by switching [`config.examples.bus`](https://github.com/metarhia/Example/blob/2435b8e643af3fc4a62fea1f3f20bdedc1e1d9c1/application/config/examples.js#L2) value to `true` 2. `node server.js` 3. There is a log message in a console...

### Impress and Node.js versions Impress: 3.0.13+(latest change), Metautil ^3.15.0, Node: 20.9.0 ### Platform macOS 14.1.2 Darwin Kernel Version 23.1.0: Mon Oct 9 21:27:24 PDT 2023; root:xnu-10002.41.9~6/RELEASE_ARM64_T6000 arm64 ### Describe...

bug

Исправление несовпадения контрактов методов API между клиентом и сервером в примере d-messenger, что было описано вопросом в дискуссии https://github.com/metatech-university/NodeJS-2022-2023/discussions/30 и обсуждено на созвоне Call #89 от 21.01.2023. Применяет решение привести...

Signed-off-by: Vladyslav Karpenko Начиная с примера `b-transport` оба варианта транспорта (`http & ws`) [возвращают результат выполнения API метода](https://github.com/HowProgrammingWorks/DDD/blob/f18dc3604ed51dee1416807d10e0f7e9f2a9b016/JavaScript/b-transport/transport/http.js#L35-L36) в исходном виде. Ранее именно на этом шаге выполнялась выборка только свойства...

Signed-off-by: Vladyslav Karpenko Решение проблемы возможных конфликтов ESlint и Prettier детально описанных в дискуссии https://github.com/metatech-university/NodeJS-2022-2023/discussions/28

Signed-off-by: Vladyslav Karpenko Описание ошибки которая решена данным запросом в [дискуссии по курсу](https://github.com/metatech-university/NodeJS-2022-2023/discussions/27#discussioncomment-4678173). Также была рассмотрена во время созвона 14.01.2023.

Signed-off-by: Vladyslav Karpenko Исправление ошибки при фильтрации абсолютных путей стек трейса логируемых ошибок методом `error` в скрипте `logger.js` из-за которой терялся весь текст сообщения. Детальное описание ранее было в [дискуссии](https://github.com/metatech-university/NodeJS-2022-2023/discussions/27#discussioncomment-4679963),...