herr kaste

Results 355 comments of herr kaste

Honestly, no idea ... just *some* idea. We actually don't read "eslintignore" or any configuration files. So it just all may rely on the working dir? If you enable debug...

> "debug for SublimeLinter" - I can't seem to find that. 🙄 It's my own command. You have to manually set it in the SublimeLinter settings. Sorry. (Or install my...

`remove_llm_file_block` is not implemented. 👁️ The add selection to existing prompt feature seems brittle. It often says no prompt found although I see such a view. Maybe add line numbers...

I throws ``` WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [WinError 10061] Es konnte keine Verbindung hergestellt werden, da der...

Yeah, working. I think you should rethink how you do the global key bindings, as you can't just grab `right-delete` or `ctrl+e`. You probably only need them under certain circumstances...

Please make it clear in the README, right at the top :grin:, that the plugin requires a different app to be installed as well. You do this in "install.txt" but...

Ah, I totally forgot about the dependencies. Can you please use `dependencies.json` for these. (Is there actually cleanup code for the dependencies on uninstall? I don't think so.) See https://github.com/packagecontrol/channel/blob/main/repository.json...

The way you handle dependencies is a blocker. Didn't you noticed the uppercased "MUST"? You also install dependencies in a folder *you don't own*, and you clearly don't even attempt...

How about just addressing the feedback already given, @mark-at-pieces? 🤴

The general mindset should be that you're in *shared* environment. That goes for key bindings and the context menu, but also for `sys.path`, `sys.modules`, and `sys.excepthook()`. For key bindings and...