Alexandr Kondratev

Results 7 comments of Alexandr Kondratev

@aserebryakov oh, sorry for long response time, here is command to reproduce the issue: ``` $ vim /tmp/test.todo :execute "normal i\first\\dd3Ea second\\dd4Ea third\" ``` The result will be the following:...

Hi. I had investigate a little bit of this issue on my Fedora 36 with fresh upstream/develop. Looks like https://github.com/userver-framework/userver/commit/8ba9f453ee26d376b15f257fd06b32bbdcb26f1e does not fix completely. Got the same error (_with missed...

I have briefly investigated the issue. wolfSSL distributes its own `openssl/` directory with header files replacing those of the original OpenSSL. Given this, the migration to wolfSSL appears to be...

Latest build log in attach. [build-failed.log](https://github.com/userver-framework/userver/files/14971058/build-failed.log)

Hi, logger in userver allows you to customize logging format for your own types. Have you trying a suggestion from LogHelper to declare your own `logging::LogHelper& operator

@bpstahlman Hi. Got similar problem with expanding of `%`, which expands to current buffer file path by <tab> in the basic configuration. Found workaround for this behaviour: ``` local cmdline_dbldot...

Hi. Got the same issue with payload for `Framework Version: 6.4.92-dev-05c854b`, but also it reproducible by `msfvenom --list payloads`. With the following patch: ``` diff --git a/msfvenom b/msfvenom index b5ccac5..f915893...