herr kaste
herr kaste
Yeah sure, we don't have that and if you're interested in it, you should try an implementation. PS. I don't think ".pdepend" is coming from here. That's just another tool...
Related #244 ? Isn't specifying a suffix yagni bc we can just use the filename suffix?
T.i. remove tempfile_suffix and instead expose lint_mode as a linter setting.
Okay, just to summarize what I know: ``` # exactly three modes mode = STDIN | TEMPORARY_FILE | REAL_FILE # which have different `cmd`s. E.g. cmd = 'eslint ${args} --stdin'...
Dude, I forgot that the Sublime variable is actually `${file}`. Why didn't you say that as we discussed this in the issue. Also: `${temporary_file}` or `${tmp_file}`?
I'll take `${temp_file}`.
New implementation: Introduce a new style key `annotation` (by default falsy) which can be used to enable and format side annotations. E.g.   This way annotations can be enabled...
The new champion is #1875
Yeah, for now I just wanted to reuse what we have, and we have `active_linter_view` *and* `busy_indicator_view`. Ideally we would have just one. If we have it in one, we...
In the expanded state `mypy flake(w:1)` we can attach something to the name and make it `mypy... flake8(w:1)`, but in the short `ok` state I don't see that we should...