Aaron Adams
Aaron Adams
> I think you're just seeing GitHub's eventual consistency behaviour? I see 1 commit with 3 files changed, which I presume is expected. Hrm, I'll look into what that is....
I'll start tweaking this again so I can use it to build/test neovim, but it would still be nice to get it in as is in the meantime, as I...
Looks like switching to corepack breaks one of the pre-commit hooks. Wasn't something I had tested after switching. Will revert that change and just stick with hardcoded node 18 package...
> Looks like switching to corepack breaks one of the pre-commit hooks. Wasn't something I had tested after switching. Will revert that change and just stick with hardcoded node 18...
When I re-run `direnv allow`, now that `pnpm install` is used, I get warning spam: ```bash ❯ direnv allow direnv: loading ~/dev/talon/fidgetingbits-cursorless/.envrc direnv: using flake direnv: nix-direnv: using cached dev...
One thing I can't entirely decide is if `take lambda` from the right most lambda should capture all curried lambdas as one highlight or should individually select each (the way...
> I'd be happy to try this out on some real files once the corresponding parse-tree PR is merged. @auscompgeek fyi nix support merged into parse-tree a little while ago...
> ## `"item"` > > > I was really expecting a lot more items here 😅. In particular, for anything that you're considering a "map", any contained key-value pairs should...
> Hmm nix really does blur the line between statement and item, doesn't it? > > > My mind kind of expects the single-line ones not to be statements 😅....
> Also, would be good to make sure you're formatting with [@AndreasArvidsson 's formatter](https://marketplace.visualstudio.com/items?itemName=AndreasArvidsson.andreas-talon); I'm getting a big autoformat when I save one of your files locally Weird, I do...