Arend van Beelen jr.

Results 43 issues of 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...

S-Help-wanted
S-Feature
A-Plugins
L-Grit

### 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...

good first issue
S-Help-wanted
A-Project
S-Enhancement

### Description Based on: https://typescript-eslint.io/rules/no-misused-promises/

A-Linter

### 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...

A-Linter

### Description We need to make sure the rule works without false positives.

A-Linter

### 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...

good first issue
S-Help-wanted
A-Linter
L-JavaScript
S-Needs discussion
D-React

### 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....

A-Core
S-Enhancement

### 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?...

A-Core
S-Enhancement

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...

C-feature
A-cargo

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...

v2.x