Emmanuel Lesueur

Results 3 issues of Emmanuel Lesueur

Is there any reason for aes::cbc_encryptor (& co) to return a Box ? The CbcEncryptor it returns is Send and the function requires a PaddingProcessor+Send.

The following causes neovim to crash when hitting f12: ``` function test() local async = require('plenary.async') local Job = require('plenary.job') print("Test") local e,t = async.uv.fs_stat("/tmp") print(vim.inspect(e)) print(vim.inspect(t)) local output, code...

### Did you check docs and existing issues? - [X] I have read all the docs. - [X] I have searched the existing issues. - [X] I have searched the...

bug