-
I'm trying to create a search page as described here: https://stackoverflow.com/questions/63106842/how-do-i-implement-a-search-page-on-a-mkdocs-site
My expectation was that I could do this with:
…
-
On `sasjs context create` command new launcher context should be created first and used to create a new compute context.
-
To reproduce:
```
git clone https://github.com/sasjs/fileuploader
cd fileuploader
sasjs compile
sass build
```
![image](https://user-images.githubusercontent.com/4420615/100799868-0b6c9880-…
-
To reproduce:
```
sasjs create tempExample -t jobs
cd tempExample
sasjs add # add a local, viya target
sasjs cbd # deploy the jobs
npm run flow # the sasjs flow execute script is in package.j…
-
To reproduce:
```
sasjs create tempExample -t jobs
cd tempExample
sasjs add # add a local, viya target
sasjs cbd # deploy the jobs
npm run exec # the sasjs job execute script is in package.js…
-
A program header defined with SAS Programs as follows is valid:
```
SAS Programs
@li demotable1.ddl FREF1
@li demotable1.sas FREF2
```
However the following is (currently) invalid:
``…
-
Steps to reproduce:
1. Clone the https://github.com/sasjs/fileuploader repo
2. Set set `deployServicePack` to `false` in the target
3. Run the following:
```
cd fileuploader
npm i
sasjs cbd
…
-
For some reason when running `sasjs job` I always get `Error creating Folder`
![https://i.imgur.com/V52O3hS.png](https://i.imgur.com/V52O3hS.png)
-
1) the log is not being returned (just the json object). We should extract the log, be sure to set limit=10000 or some high number, and convert the JSON to a text file.
2) the command line does no…
-
Whenever fetching the log from the API we need to set the `?limit=100000` parameter to avoid truncation