herr kaste

Results 355 comments of herr kaste

@hauntsaninja wrote > That sounds reasonable to me. I would be in favour of: > > ``` > class ChainMap(MutableMapping[_KT, _VT], Generic[_KT, _VT]): > maps: list[Mapping[_KT, _VT]] > def __init__(self)...

Currently we hard code your warning https://github.com/SublimeLinter/SublimeLinter-eslint/blob/7e1bab7b682314996afd4790cfb888d827301884/linter.py#L46-L47

Also remove repository/h.json.orig

Hi, a user of SublimeLinter has from time to time `"Error: ENOENT: no such file or directory, open /../eslint/node_modules/globals/index.js"` and resolves with `eslint_d restart`. https://github.com/SublimeLinter/SublimeLinter-eslint/pull/327 Ideally I would like to...

I made a PR ☝️ https://github.com/GhostText/GhostText-for-SublimeText/pull/2 👈

That's almost perfect. You just need to make a tag/version (e.g. *0.0.1* or *1.0.0*) before I can merge.

Maybe you just didn't see my comment. So you need to make a tag (version) *before* I can merge this.

The latest version of SublimeLinter-eslint automatically detects `eslint_d`; no manual configuration should be necessary anymore.

Looks interesting but I have no idea .. This basically combines coverage with test info, and we don't run coverage here (a user could). Your mock-up annotates the source code,...

You probably set the `pytest` key. Ref: https://github.com/kaste/PyTest#config ``` "pytest": "D:\\heloc\\...\\Scripts\\py.test.exe" ``` either globally or per project. I don't know `pipenv` good enough but something like `["pipenv", "run", "python", "-m",...