herr kaste
herr kaste
The `-` indicates that flake8 should read from stdin. The last line that throws shows `flake8_mock.py`as the culprit. Probably remove that flake8 plugin. Which flake8 do you use here?
Very unfortunate. These plugins and dependencies are pretty outdated as it seems. They don't support stdin input which is a normal feature of flake8 we require here as otherwise we...
TLDR; *we* require from flake8 more feature than we need as a bare minimum. *they* ("you" or your teachers) pin to flake8 plugins not fully supporting the flake8 standard feature...
I also noticed this while testing a short PR. There is probably good enough information in the JSON flow sends to us. Unfortunately I couldn't find any resource explaining me...
I left a comment on the commit.
Just reverted? Shouldn't this line read ``` '@typescript-eslint/parser': 'source.ts, source.tsx', ```
Yeah, could be, but then `ensure_plugin_installed()` is a 30 line method, you sure can tell where it breaks. For example, is `project_root` defined here...
I claim this for-hire task. I expect payment after I complete this task. I will email the quick-lint-js team if I am assigned this task. I will write a package/plugin...
Erm, you can't do a package **for linting** that doesn't integrate into LSP and SublimeLinter because what the user wants is an error panel, inline annotations, vast ways to customize...
> 60 milliseconds is extremely slow No, it's not. I did this on Windows with the natural overhead of starting the processes. That is: I had 40ms runtime of the...