Alexey Mednyy

Results 10 comments of Alexey Mednyy

Tried to implement file_body_linux body on top of current development branch but it fails. can somebody more familiar with beast/asio explain me what is wrong. [Here](https://github.com/swex/beast/commit/07ae5002998116fcef297c7639e1a468aa50dfec) is my first try....

I also met this issue. On case-sensitive file systems cmake can't find library: ```cmake find_package(QtAV) ``` failed with message: ```bash By not providing "FindQtAV.cmake" in CMAKE_MODULE_PATH this project has asked...

simple way to fix add ```cmake set(CMAKE_MODULE_PATH "${CMAKE_PREFIX_PATH}/lib/cmake") ```

C projects builds and works ok, but C++ fails, with strange ` C linkage function cannot return C++ class 'psa_key_attributes_s'` and more, I thought it may be fixed by including...

No, it does not. It fails with the same messages with just `-G"Visual Studio 15 2017"`

no, it doesn't work. In my dmesg I see: ``` x_tables: ip_tables: TPROXY target: used from hooks PREROUTING/OUTPUT, but only usable from PREROUTING ```

Also how do you like next syntax ```qml Future { id: futureItem onFinished: { console.log("finished", result) } } function example() { futureItem.future = CApi.callFutureFunction() } ``` I assume that as...

checkout [this](https://gist.github.com/swex/27c0f79386da7f27083b654879b17531) its demonstration of prev. comment its context aware and very simple