Hugo

Results 1456 comments of Hugo
trafficstars

This patch fixes the text for the newly created note, but the link to it still has a trailing broken byte: ```diff diff --git a/lua/zk/util.lua b/lua/zk/util.lua index 70f9701..43c15b6 100644 ---...

See: https://github.com/zk-org/zk-nvim/pull/187 The inserted link still has a trailing invalid byte. I don't know why this happens, but my impression is that when neovim replaces the original text, it replaces...

Regarding the scenario where I selected the trailing newline, from the LSP spec: > If the character value is greater than the line length it defaults back to the line...

As per my understanding of [how positions are supposed to work in the language server protocol](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#position), a lot of the indexes being exchanged are wrong. Both neovim and the LSP...

The latest version of the linked PR fixes all issues when using the plugin.

I have an impression that listing envelopes is what takes a very long time, not fetching the messages themselves. https://github.com/pimalaya/neverest/issues/19 Would might gain a bit more visibility.

Performance impact seems reasonable. I'm sure we can refine later if needed. Before: ```con > hyperfine -- python -m todoman Benchmark 1: python Time (mean ± σ): 9.6 ms ±...

Sorry, I was travelling at the time and completely forgot about this. ~~I'll reply to your email privately.~~ Reply sent.