herr kaste

Results 355 comments of herr kaste

It works like this: we run the linter, grab its output, parse it line-by-line to get a standardized form of each error. These are then stored in the store, and...

I actually don't have a `phpmd.xml` file as I'm not using phpmd. Where is yours from? I don't recognize your formatting style. Could that be a *custom* renderer or a...

> yield callable() must return bool or None I don't think that is correct as we want to return the value of the getter to the test function. Maybe we...

Hm, my tuple thing is just non-sense. I can imagine doing ``` yield lambda: self.window.active_panel() == "console" or fail(f"{self.window.active_panel()} != console") ``` Even with a trivial tagging function ``` class...

Well, you're free to upvote #6301 as it is the best thing since ... 😏 but sticky phantoms are read only, and the graphical mockup looks like "search here" would...

Just to let you know: You really screwed up the PR here, 😉. You committed files that don't belong here and re-formatted the whole `f.json`.

Please opt into Python3.8 by creating a file `.python-version`. (E.g. https://github.com/ichichikin/sublime-plugin-interactivity/blob/main/.python-version). Then use the built-in `enum` (the one that ships with py38), and don't change `sys.path`.

Some notes: - https://github.com/Vasco1/STFileFilter/blob/823a95731de4395e24bc0a41236cc88339741745/file_filter.py#L1-L9 can be removed. You're not allowed to alter `sys.path` and luckily you don't need to and then this is unused code. - Usage of `settings-internal-file-filter.sublime-settings` is...

Holy, you rewrote the package already and also changed your name 😁. It would be good to go, _but_ you introduced a root logger https://github.com/vsc-cnst/SublimeTextFileFilter/blob/d5293c1f80651f6a2a03abb7bcf8ef7feb392fb1/file_filter.py#L71-L76. This is a no-go as...

Once it's on Package Control you just make new tags/releases and they get shipped automatically. Don't forget to tag the latest changes as `2.0.1` or so. @braver This LGTM!