Yury Shkoda

Results 6 issues of 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.

needs tests
pr

SAS code should be compiled only if nothing has been selected

enhancement

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...

refactoring
adapter