Kevin Witlox
Kevin Witlox
I have found a related issue, albeit in a very specific scenario. It seems that the format `USER ` breaks the formatting:   Should I make a separate issue?
The problem is that the plugin reads the file containing the history asynchronously when it's setup is ran. So when the plugin is lazy loaded, the Telescope picker opens before...
Be sure to use the most recent version of the plugin, i.e. the last commit on `main`. The last release (0.9.0) seems to have this issue.
For me, this issue had to do with an outdated version of `plenary.nvim` (symptoms exactly as described). The latest release of `plenary` is from 2023. Plenary is used to detect...
> Not a blink.cmp user, maybe the issue is caused by > > https://github.com/kevinhwang91/nvim-hlslens/blob/0bd7ddb0aecf095055e9cb6eef0c25c70fb69cfc/lua/hlslens/cmdline/init.lua#L210-L213 > , need to debug by a blink.cmp user. Thanks for the hint! I'll make an...
In our implementation of standard Paillier, we wait with randomizing ciphertexts until the last moment (when the ciphertexts are actually communicated) (see also https://github.com/TNO-MPC/protocols.distributed_keygen/blob/main/README.md?plain=1#L195). The "higher order term" (i.e. the...
I also ran into this problem. For me, the problem was an outdated plenary.nvim (semver/luarocks are behind). Switching to the last commit on master fixed it for me.
Well spotted, this is indeed a mistake. It's already been resolved in a new version that is currently in the works :)
> > Well spotted, this is indeed a mistake. It's already been resolved in a new version that is currently in the works :) > > @Quitlox, you sure about...