Tomas Barry
Tomas Barry
When defining methods where the types have a `` (`Array` or any [Flow utility type](https://flow.org/en/docs/types/utilities/)) and that method implicitly returns a value the syntax highlighting breaks down. Take the following...
Our GitHub Action is making use of ReviewDog to run ESLint on the diff in a PR: ```yml - name: Run ESlint run: | diff_sha=$(git rev-parse "origin/${{ github.base_ref }}") yarn...
### What is the problem the enhancement will solve? In our system, we have multiple different resources. We would like to have a single mutation per operation that can be...
### What is the problem the enhancement will solve? When a token has expired, the error message returned is `x field requires authentication`. It would be great to be able...
The README instructions for registration were incomplete. The current README indicates that only an email and password field are required. In reality a givenName and surname field are also required.
The `mappings.json` specifies that the [file https://github.com/microsoft/vscode-sublime-keybindings/blob/master/settings/mappings.json#L76] `autoFindInSelection` value should be a `boolean`. However, in VSCode itself, the following error appears: ``` Controls whether the find operation is carried out...
[`fstream`](https://www.npmjs.com/package/fstream) has a vulnerability in versions lower than `1.0.12`. Remediation: Upgrade **fstream** to version **1.0.12** or later. For example: ``` fstream@^1.0.12: version "1.0.12" ``` [WS-2019-0100](https://github.com/npm/fstream/commit/6a77d2fa6e1462693cf8e46f930da96ec1b0bb22) **Vulnerable versions**: < 1.0.12 **Patched...
Similar to how `elm-format` can be run on save, is it possible to have `elm-make` run on save?