Pokey Rule
Pokey Rule
> The rule would be that you can break (some) ambiguities by choosing the shortest unique continuation? Yeah I believe so > For the near term, seems like adjusting the...
Sorry to be...incredibly slow on this one 😅. Did you close this one because you gave up on it ever getting merged or because some change to Talon rendered it...
Yeah I think let's reopen; I do think it's potentially helpful so I'd prefer not to lose track of it. It just got lost in the backlog
update from meet-up: - keep content range up-to-date using range updater, specifying `closedClosed` as endpoint semantics - do debounced re-running of containing scope to see if content range needs to...
Does this cause a test failure or just log spam during running tests?
yeah my guess is that's testing a failure mode, and we're not properly suppressing the error message. We can leave this open as it's better to suppress that, but prob...
Fwiw a hack I use: if the message has some uniquely identifiable piece, you can grep for that in `~/.claude`. Here's a one-liner to copy the markdown to clipboard: ```bash...
Hi @jbalidiong! Thank you for your response I'm not sure that will work for my use case. I have code that recursively descends the snapshot structure, expecting a snapshot at...
See also https://github.com/cursorless-dev/cursorless/pull/2051/files#r1413953222
Maybe we could do the following: ```ts (a + b) + c //!1 ^ //!1 xxxx //!2 ^ //!2 xxxx //!3 ***** //!4 ^^^^^^^ //!4 xxxxxxxxxx //!5 ^ //!5 xxxx...