Aaron Adams

Results 55 issues of Aaron Adams

While adding lua-language-server lint tests in https://github.com/cursorless-dev/cursorless/pull/2611 it was noted that a bug was preventing `--check` usage (https://github.com/LuaLS/lua-language-server/pull/2775), so had to add an overlay to our flake.nix. This should be...

Now that cursorless.nvim is merged, the flake.nix can be updated to expose the vim plugin so it can be used directly from declarative nix config. It's more suited to be...

Atm we only have a tasks.json entry, but want to be able to debug the neovim instance running the tests.

app-neovim
development

atm we use the default TAP output handler, but it would be a lot nicer if we made a custom output handler that matched the style/output of the other cursorless...

app-neovim

As part of the refactor of get_buffer_selection() we discussed that we don't fully support all modes. The comment was: ```lua -- FIXME: Resetting the column for CTRL-V seems potentially broken,...

app-neovim

As discussed [here](https://github.com/saidelike/cursorless/pull/7#discussion_r1679677598) the helper functions we rely on for lua tests might themselves have bugs and fail, so we should have tests for those that run first to clearly...

app-neovim

I'm noticing I get a lot (at least enough to be annoying) of misrecognitions while I'm using the terminal with cursorless, especially while I'm manually spelling something, which is may...

app-neovim

Seems the filepeek jar can't be downloaded anymore? Any suggestions for how to workaround that? I don't get far enough to hit the hash mismatch from #51 yet it seems...

I'm running into an error while trying to make (what I think are) trivial modifications to facedancer bitstream and am not sure the best way to debug the problem. Below...

It would be nice to have something similar to cursorless/rango where you can use crown, center, bottom to automatically scroll the file tree panel. I've found myself wanting this on...

enhancement