Thorsten Ball
Thorsten Ball
We want to use YAMLToJSON with yaml.v3 and this is the most minimal change that allows us to use yaml.v3 without breaking the interface of the rest of the library....
At the moment there is no helpful output regarding the command line parameters the server takes. We should add "usage information" like [toni does](https://github.com/applikatoni/toni/blob/6aa0e1025199b04900d56a587e538dfa55b49567/toni.go#L94-L108). The usage information should explain the...
The illusion that Cody creates is that it sees and knows everything that you can see and know by looking at your editor/web browser. The problem is that that doesn't...
This fixes #6815 by implementing `` in normal mode in Vim. Turns out that `` behaves like a reverse `` (which we already had): it goes to the right and,...
In this morning's incident this query stood out with a max runtime of >1s. We run it in quite a few places, so we dug in and tried to optimize...
This fixes `t` not being repeatable with `,` and `;` in normal mode. Release Notes: - Fixed `t` in Vim mode not being repeatable with `,` or `;`.
I have two machines logged-in to the same atuin account. Both used `atuin import` to import their respective `~/.zsh_history` into atuin. What I expected: both machines would end up with...
This adds four new actions: - `editor::MoveUpByLines` - `editor::MoveDownByLines` - `editor::SelectUpByLines` (bound by default to `shift-alt-up`) - `editor::SelectDownByLines` (bound by default to `shift-alt-up`) They all take a count by which...
I think this makes it less chaotic to edit text when the inlay hints are on. It's for cases where you're editing to the right side of an inlay hint....