Yury Shkoda
Yury Shkoda
## Intent - Because `Content-Length` and `Transfer-Encoding` can't be present in the response headers together, `Content-Length` should be added only if there is no `Transfer-Encoding` header.
SAS code should be compiled only if nothing has been selected
Steps to reproduce: ```shell sasjs create new-issue cd new-issue sasjs cbd -t viya ```
### Environment Node.js: v18.14.2 npm: v9.5.0 typescript: v5.1.6 ### Reproduction 1. https://github.com/sasjs/utils/pull/241 2. package `@sasjs/utils` using `npm run package:lib` script 3. clone [`@sasjs/cli`](https://github.com/sasjs/cli) 4. install packaged `@sasjs/utils` to `@sasjs/cli` by...
## Expected behaviour - All `sasjs-tests` should pass. ## Current behaviour - Currently `sasjs-tests` are not stable. Sometimes `cypress` fails to start and sometimes none of `sasjs-tests` pass. ## Environment...
## Problem - Currently `@sasjs/cli` and `@sasjs/adapter` use separate instances of `axios` which makes managing HTTP clients more difficult. - Verbose mode can't be enabled for the HTTP client used...
## Issue - `cp` command is not supported by Windows Command Prompt (cmd.exe). - `npm` reported vulnerability in `jsonwebtoken`. ## Intent - Improve api `scripts` to make it work in...
`web.spec.ts` and `info.spec.ts` are failing on main branch.
Unit tests should be implemented using `Jest`. Integration tests should be implemented using `Jest` and `React Testing Library`. ### Related issues and PRs - https://github.com/sasjs/server/issues/346 - https://github.com/sasjs/server/pull/351