Mike Chelen
Mike Chelen
Setting a "mountdir" value that includes a leading slash causes an incorrect path directory. For example: ``` keybase config set mountdir /media/myfiles/ ``` results in a kbfs path with duplicate...
Probably eslint? related: https://github.com/usds/playbook/pull/200
On all pull requests to `master` run a Github action to test: - [x] Docker build - [x] Website build
- Runs docker build on Codespace creation - Runs webserver with live reload
`form4142` https://github.com/department-of-veterans-affairs/vets-json-schema/blob/master/src/common/definitions.js#L571
When using [processEnv](https://github.com/Huachao/vscode-restclient#system-variables) variables such as `Authorization: {{$processEnv PRODSECRET}}` where does the `PRODSECRET` environment variable need to be defined? For example it seems like # 1 is the only way...