Horacio Sanson
Horacio Sanson
@Bastes there seem to be two python language servers: - https://github.com/palantir/python-language-server (pyls) - https://github.com/python-lsp/python-lsp-server (pylsp) Not familiar with either but ALE seems to expect the second one (pylsp).
@evilham sounds interesting. Not sure why but I am unable to get this working. I created a test task using todoman: ``` > todo 33 [ ] !! in 23...
@evilham working nice: ``` Tomorrow, 2022-03-21 〇〇ちゃん誕生日 ⟳ 14:10-15:10 [X] Test Task ✏ :: Test Task 18:57-19:57 [ ] Test 3 ✏ :: Test 3 ``` Also in interactive view:...
That would break other tools that use VTODOs to manage tasks (e.g. [todoman](https://github.com/pimutils/todoman)). The idea is that I can manage and add tasks using todoman and have those same tasks...
Handled by #4182
Does not seem to be ALE issue. Ktlint works fine on my own projects.
Handled by #4182
Potential tips on how to support this for anyone with enough Go knowledge to implement it: - SQLS supports SSH tunneling: - https://github.com/lighttiger2505/sqls/blob/master/internal/database/mysql.go#L73 - https://github.com/lighttiger2505/sqls/blob/master/internal/database/postgresql.go#L63 - SSHDB seems to provide...
Been a while since I experienced this issue. Closing for now.
@SamSaffron the tests fail because this PR changes the name of some functions, specifically `ale_linters#handlebars#embertemplatelint#Handle`: ``` Starting Vader: C:\testplugin\test\handler\test_embertemplatelint_handler.vader (1/3) [EXECUTE] The ember-template-lint handler should parse lines correctly (1/3) [EXECUTE]...