Aaron Adams
Aaron Adams
> Is your editor removing the extra trailing whitespace? I don't mind, but I'm wondering if we have should some auto formatting of the various markdown so that future PRs...
All issues from initial review pass are fixed. I have support for a few node types that are dependent on an updated tree-sitter-bash ([vscode-parse-tree PR #77](https://github.com/cursorless-dev/vscode-parse-tree/pull/77)). I've also fixed lots...
My problem was the regex. I realized after I ran the non subset and it worked. My regex was set to languages/shellscript because that's what I had been doing for...
I'll take a look at it tomorrow to see if I spot any candidates for using removal, and also add the fixtures I've been working on.
Trying to update this in light of the conflict from getLanguageScopeSupport being deleted, and seeing new pre-commit errors I've not run into before: ``` eslint...................................................................Passed prettier.................................................................Failed - hook id: prettier...
The tailwind bug is from commit de37ebf77834afad9a102cd5a4235886c72ece65. This adds an external pnpm package dependency that pre-commit itself won't install, so pre-commit install is no longer enough. Nixos doesn't have a...
Looks like a bunch of tests are breaking related to @dummy and other things which I vaguely recall fixing a long time ago, so not sure what's up, but will...
Nix flakes are basically packaging management files (written in the nix functional programming language) that projects can add that allow the nix package manager to automatically setup a shell environment...
Is that known caveat detailed anywhere? Is it Mac specific? I don't have that problem on NixOS afaik, as I've been using talon/cursorless for the development. The pre-commit hooks seemed...
Since I just had to force push again (I seem to do this a lot in my PRs), I'm curious if someone can tell me the trick to merge upstream...