Daniel S Poulin

Results 14 issues of Daniel S Poulin

If using tabs for indentation in a file and alignment is used, tabs _and_ spaces are inserted to acheive alignment. This leads to lint warnings and issues with alignment when...

I am encountering an issue when using dandelion in a CI pipeline. Dandelion is running inside a docker container where the `Encoding.default_external` and `Encoding.default_internal` have both been set to UTF-8...

Right now, this textobject only looks for pairs that surround the cursor. This ensures that the pair found encloses each selection, which is likely to be intuitively what is expected...

A-helix-term
S-waiting-on-review

Minor cleanups for easier understanding of functionality and code.

Would be very cool to be able to right click on a song in the queue and tell Pithos to stop playback or quit the application after that song completes.

enhancement

I've configured the Psalm PHP static analyzer/lsp server to work with kak-lsp. However, I've configured it in such a way that it looks for the server in the current directory...

I am attempting to get a dockerized LSP server running for a PHP project with Psalm. I am able to correctly set the language server path through the local dev...

C-enhancement
A-language-server

My cpu activity pegs for about 10 seconds after the waiting for boot message shows up, indicating it is indeed booting up. But vagrant never moves on to the next...

First, ruby gives a syntax error in the vagrantfile itself: ![image](https://f.cloud.github.com/assets/414963/345698/67d32008-9e29-11e2-9df6-3c808ae29667.png) Ruby version: ``` ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin11.0] ``` Then, when running vagrant up anyway, I receive: ```...

I think it could be very ergonomic to be able to have a selection broken down by tree-sitter driven textobjects that can give us commonly desired selections. Consider a selection...

C-enhancement
A-tree-sitter