Allan Bowe

Results 54 issues of Allan Bowe

For improved documentation SEO it would be great to have the meta tag "Description" in the `templates/html/header.html` file, eg: ``` ``` The problem is that $projectbrief would then be static...

enhancement

**Describe the bug** Missing lang attribute and meta type description **Expected behavior** Expecting certain attributes due to SEO penalisation without them **Screenshots** Before: ![image](https://user-images.githubusercontent.com/4420615/100545570-ba5d7880-325c-11eb-92b2-5d9b72ee8fe8.png) After: ![image](https://user-images.githubusercontent.com/4420615/100545576-c2b5b380-325c-11eb-8db4-769eba62d5d3.png) **To Reproduce** n/a **Version**...

enhancement
fixed but not released
HTML

Hi! Great library - we're making use of it in our open source project. Thought I'd add to the doc site, given you are inviting these kinds of contributions. **What**:...

I just added our main SAS-language repo and the language analyser thinks it's mostly lua: https://www.openhub.net/p/sasjs-core Could we add support for the SAS language? https://github.com/topics/sas It's basically just any file...

The variable name has been updated for consistency in https://github.com/sasjs/server/pull/259/files

it would be helpful to have a macro to easily switch on debug options such as: * MAUTOLOCDISPLAY * SASTRACE * MPRINT * NOTES

When adding a new projectTarget in the VS Code extension, the result looks like this: ```json { "name": "v4", "serverUrl": "https://sas.com", "serverType": "SASVIYA", "appLoc": "/Public/app", "deployConfig": { "deployServicePack": true, "deployScripts":...

We need the ability to generate docs for a target in the same way as we do for the `sasjs doc` command (https://cli.sasjs.io/doc) Ideally this would somehow include the doxygen...

When running `sasjs request` on [sasjs/server](https://github.com/sasjs/server) with an invalid access token, nothing is shown in the console despite the network request returning a 401 error code. We should show a...

sasjs request