Horacio Sanson

Results 110 comments of Horacio Sanson

This PR #4661 caused the issue. Specifically this line: https://github.com/dense-analysis/ale/blob/master/ale_linters/tex/chktex.vim#L13 Removing that line seems to fix the issue.

@Jorengarenar I believe we are not using the same chktex tool since there is no `-S` option supported on my chktex. This PR cases no output from chktex: ``` (executable...

I merged #4725 to fix the issue affecting users, including me. We can add the `-S` flag as long as it is optional via configuration or auto-detection of chktex version....

Just a guess but I think in Nvim case it is using Nvim LSP diagnostics UI instead of ALE's. Try disabling nvim diagnostics integration: ``` let g:ale_use_neovim_diagnostics_api = 0 ```...

@w0rp I may be wrong but I think this is already done in #653 so this can be closed?

Difference here is the sorting order. In supported-tools.md `steep` is listed below `sorbet` while in `ale-supported-languages-and-tools.txt` is listed below standardrb. Make sure is in same exact order on both files....

Nice work. Some thoughts from a quick look into the problems your describe: ### Problem 0: inverted socket logic and unclear lifetime. Not much we can do on ALE's side...

As long as it is json format, I can parse, modify, and present it whichever way is best for my editor.

Sounds interesting but I would require guidance since I do not know what you mean with Block and Image objects. Pointers to documentation or examples would be useful.

Smaller self-contained PRs are easier to review given limited time maintainers have. Also easier to revert in case something breaks.