cursorless
cursorless copied to clipboard
Don't let the cursor slow you down
So that at least they're tested while we wait for https://github.com/cursorless-dev/cursorless/issues/2243
We made our scroll tests not actually check scroll position in order to work around CI failures like https://github.com/cursorless-dev/cursorless/actions/runs/7962096184/job/21735461653 introduced by a VSCode upgrade. We should re-enable those checks once...
Our new "break" action for splitting lines doesn't properly indent, because it doesn't use the LSP. For example, in the following talonscript: ```talon aaa: bbb ``` Saying `"break bat"` results...
# The problem Our current facet support setup doesn't allow languages to share support info / tests. For example, there is a large subset of javascript and typescript that is...
EDIT: I removed the original PR text, as no longer relevant and will have made it harder to review. This PR adds nix language support. ## Checklist - [x] Recorded...
## Checklist - [ ] I have added [tests](https://www.cursorless.org/docs/contributing/test-case-recorder/) - [ ] I have updated the [docs](https://github.com/cursorless-dev/cursorless/tree/main/docs) and [cheatsheet](https://github.com/cursorless-dev/cursorless/tree/main/cursorless-talon/src/cheatsheet) - [ ] I have not broken the cheatsheet
## Checklist - [x] I have added [tests](https://www.cursorless.org/docs/contributing/test-case-recorder/) - [-] I have updated the [docs](https://github.com/cursorless-dev/cursorless/tree/main/docs) and [cheatsheet](https://github.com/cursorless-dev/cursorless/tree/main/cursorless-talon/src/cheatsheet) - [-] I have not broken the cheatsheet
To get rid of deprecation warnings, eg https://github.com/cursorless-dev/cursorless/actions/runs/7742075291. See https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/ for more info ## Checklist - [ ] I have added [tests](https://www.cursorless.org/docs/contributing/test-case-recorder/) - [ ] I have updated the [docs](https://github.com/cursorless-dev/cursorless/tree/main/docs)...
Cursorless DFA compilation has slowed down in the past year. Here are the two major culprits: - https://github.com/cursorless-dev/cursorless/pull/2050 - https://github.com/cursorless-dev/cursorless/pull/1637 We should figure out how to mitigate these slowdowns To...
It would be nice if all of the example commands in our docs were represented in a structured way. That would allow the following: - They could automatically reflect the...