Nick SHV
Nick SHV
This issue happens after `a7a9ba714bcc31f5453a60d48598186b6487b75c` commit. Using previous commit - `73e44f43c70289c70195b5e7bc6a077ceffddda4`.
Yep, even hints take 2s to show up
> I think you should open an issue in the Lunarvim repo, I don't know what to do with this. Only Flit has this issue, no other plugins? Only `flit.nvim`...
Really, I love this plugin, but it's quite tiring - e.g. when I have to change a font size and reload my config, have to reopen entire `Neovide` instance
Doesn't even work with `gpg-sute` installed on mac
Seems like it's trying to get gpg from `/usr/bin` while it's on `/usr/local/bin`
> Is this on macOS? > > The technical explanation why it happens can be found here [#2609 (comment)](https://github.com/neovide/neovide/issues/2609#issuecomment-2148227966). But someone on macOS needs to implement and test a workaround....
I found the issue - it was related to broken autosession plugin. (But still had to add `--no-tabs` to prevent init.lua from being opened)
@ordex I would be happy to help with per-peer workqueues. Not sure if it would make sense to use no-std Rust for it, but I'll give it a chance:) Will...
@ordex can confirm the per‑peer concurrency approach was beneficial. Using Rust’s no‑std concurrency primitives (via [rust‑for‑linux](https://github.com/rust-for-linux)), we re‑architected the pipeline on a per‑peer basis. In lower concurrency scenarios (3 clients),...