-
Currently SASjs Server only supports a SAS runtime for backend services.
This ticket is to enable support for a JS runtime also (and in the future we may also support Python and R).
# Why do t…
-
We should have a documentation link under the username dropdown (between settings and logout):
This will link to https://server.sasjs.io
-
In the case where intermediate certificates are not present, this can cause connection problems in git bash and powershell (windows CMD seems to work ok)
The issue is overcome by downloading the re…
-
C:\Users\sy1009\Desktop>sasjs run https://github.xxxx.com/xxx/xxx/xxx/test_code.sas -t sas9
i Target sas9 was found in your global .sasjsrc file. …
-
![image](https://user-images.githubusercontent.com/9878539/134392768-5c6e0da2-101c-4c56-87f8-1f8efed4c2e2.png)
-
Need to process `img` tags in `index.html`.
Also for SAS9, path with three forward(`///`) slash should also be processed present in JS files.
Also add support for `jpg` in [sasjsout.ts](https://…
-
I am the founder and owner of this project, as you can see from my commit history. Our github org is here: https://github.com/sasjs
Our vs code extension is here: https://marketplace.visualstudi…
-
if downloading a SASjs build pack more than once, files are automatically renamed, eg filename(1).zip
rather than insist on a file with the same name as the zip, we should just check that the conte…
-
We need the ability to add arbitrary content to the sasjsbuild folder (prior to build). The content could be mocked files (eg JS) or even SAS programs, for developers who wish to add content outside …
-
Actually we are forcing UTF-8 but the problem is that the option is being set in the command line argument conflicts with the local .cfg file.
Likely, we need to set our own sasv9.cfg file.