Judson Lester
Judson Lester
Just as an aside, terminal integration might be my solution for now, but I think there's some value in the idea of breaking `thumbs` out as its own tool, and...
I'd be happy to help. I know the position mismatch/cell counting behavior is going to be a hard time for anyone who isn't experiencing it directly. I think I'm overcommitted...
My understanding up until now was that lookaround wasn't possible inside the `regex` O(m*n) time complexity guarantee. That's completely laudable and part of why I reach for regex in Rust....
```yaml name: Test Build on: pull_request: jobs: build: runs-on: ubuntu-latest steps: - id: twins - id: twins ```
Got it. I'll see what I can find in the minutes. I think I caught discussion as I was trying to figure this out that made it sound like this...
Perhaps this warrants a new discussion or feature issue, but one thing I've found lacking in cases where I've wanted something like the list-as-choice pattern at the end there comes...
It shouldn't be necessary in general (but I understand how you've run into it) but you can run `lorri internal ping --flake flake.nix` to force a rebuild. Can you share...
Just to amplify a crucial detail here: Lorri parses the log of the Nix build to see what files to watch. It continues to watch those files in the background...
Candidly, I'm having a little trouble following your issue because I don't use VSCode or IntelliJ myself. Do those tools have the facility to integrate with environment variables and the...