Dan Rosén

Results 69 comments of Dan Rosén

Can we put this under a feature request badge or so? It's an oft-asked feature here and on IRC. I'd be happy to use my computer's memory to store millions...

> we only need to store selection changes from the last buffer change (they are not relevant before that) I'm also confused about this: I would like to be able...

Hi, cool patch, here are some suggestions: 1. The name `complete` for the command is too generic, it should be more specific like `define-completion-key` or something involving insertion mode completion...

Note: the undo history is not exposed to plugins right now so there is no way to support this as a plugin without changing the c++ source code as well.

I'm strongly in favor of the terminal title being customizable. As you know, the default title copies the modeline, and I put the cursor position in the modeline and I...

Well here is some more info from another crash: ```Oct 09 19:58:30.881 ERRO failed to fill whole buffer, module: kak_lsp::language_server_transport:68 Oct 09 19:58:30.881 INFO ... Messages from language server terminated...

Error seems to come from from ropey actually: ``` $ RUST_BACKTRACE=full kak-lsp -vv -s 8080 -c ~/config/kak/plugins/kak-lsp/kak-lsp.toml Oct 13 18:24:15.574 INFO Starting main event loop, module: kak_lsp::session:29 Oct 13 18:24:17.511...

For this program: ```python from snoop import pp x = 1 y = 2 z = 3 assert 6 == pp.deep(lambda: x + y + z) ``` Why not output...

Such an addition would be very helpful. Here are some notes: One issue with communicating via stdio is separating individual messages. Headers could be used: should sending to a process...

Having given this some thought, here is my tinman proposal: The command to define coprocesses is `define-coprocess `. Kak executes the shell block in the background and gives it an...