herr kaste

Results 355 comments of 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}`?

New implementation: Introduce a new style key `annotation` (by default falsy) which can be used to enable and format side annotations. E.g. ![image](https://user-images.githubusercontent.com/8558/177017652-5b93ad2e-0705-49a5-b8ba-5e7cd11a4a9d.png) ![image](https://user-images.githubusercontent.com/8558/177017672-829d6c12-b399-47da-a775-1c781ed0e06e.png) This way annotations can be enabled...

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