Arend van Beelen jr.
Arend van Beelen jr.
### Description Currently our GritQL plugins can report diagnostics, but they can't suggest fixes. We probably want to utilise the [rewrite operator](https://docs.grit.io/language/patterns#rewrite-operator) for this, but we'll also need more metadata...
### Description The `files` section is not part of `overrides`. This makes sense to some degree, because we wouldn't want to override `files.includes`... that wouldn't make much sense. But unfortunately...
### Description Based on: https://typescript-eslint.io/rules/no-misused-promises/
### Description We need a way to measure the amount of call sites inspected by `noFloatingPromises` and determine for how many of those we have a reliable inference of the...
### Description We need to make sure the rule works without false positives.
### Description `useExhaustiveDependencies` currently reports a diagnostic when using functions that are not wrapped with `useCallback` as dependency: “[myFunc] changes on every re-render and should not be used as a...
### Description Currently our `DependencyGraph` only works on JS/TS files. This is done intentionally to allow quick iteration while we still flesh out some of the features and their requirements....
### Description The watcher watches all files within the workspace, but there's one scenario we don't handle: What if the workspace has symlinks to a destination outside of the workspace?...
When using VS Code, I regularly find myself in a workflow where I'm writing tests, making adjustments, and running the tests. In this scenario I regularly find myself in a...
I have an alternative solution to fix #259. The advantage to this PR is that the user of the multer library will get a proper error object indicating the reason...