herr kaste

Results 355 comments of herr kaste

In the meantime: https://packagecontrol.io/packages/SublimeLinter-contrib-quick-linter-js That's actually what *could* be 50$ IMO. Anyhow, I thought host-your-own-channel is only for special members of the community. SublimeLinter itself (currently me) hosts such a...

Have you restarted Sublime. Watch the console from the restart on. Maybe it couldn't download jsonschema. We don't use your system python modules in any way so yum doesn't help...

Yeah, you would need to run `Satisfy Dependencies` command from Package Control which you can't. You can grab a copy of jsonschema https://github.com/kylebebak/sublime-jsonschema What you want is the folder inside...

Ah shit. Of course, it now handles jsonschema as a normal package/plugin and autoloads it. 🙄 (Maybe you just make a full, portable install at a computer with network, and...

It is also in `Installed Packages`

Example settings: ![image](https://user-images.githubusercontent.com/8558/189449057-148c6406-7823-4842-bbc2-9c722f04cb0d.png)

The last commit here c5cddc8 (Revert "Draw annotations of hidden squig..) controls if the right hand annotations toggle with the `ctrl+k ctrl+k` command. Without the revert, only the sqiggles with...

Hi! Running through docker might be too slow but generally you could try ``` "executable": ["docker-compose", "run", "..."] ``` in your settings.

The stack trace reads a lot like the one on their page https://pnpm.io/installation#troubleshooting The first question is usually: does it work on the command line? If so, the environment (ENV)...

Also: it totally looks like SublimeLinter finds your `eslint_d` but it can't execute it. Usually that means the code and the interpreter do not match. ( `eslint_d` is not a...