Evgenii Sopov
Evgenii Sopov
Ok. Thank you!
For init: Cmake: ``` wsjcpp init --cmake . ``` Qt ``` wsjcpp init --qt-pro . ``` msvcvs: ``` wsjcpp init --ms-vc2015 . ``` or all of them all ``` wsjcpp...
Added from KeimaShikai but need check and implement in user-web-site
Same problem on linux and windows. ``` # SDL2 find_package(SDL2 REQUIRED) if ( SDL2_FOUND ) list (APPEND WSJCPP_INCLUDE_DIRS ${SDL2_INCLUDE_DIRS}) list (APPEND WSJCPP_LIBRARIES ${SDL2_LIBRARIES}) endif( SDL2_FOUND ) ``` Error: ``` o:...
Solution, which help me: fs.createReadStream('./src/video-js.swf').pipe(fs.createWriteStream('./dist/video-js.swf'));
@dependabot rebase
And maybe add to error in event log which can look admin in realtime
Thanks for you! Basically problem in wrapper or in mysql driver, also problem can be in wrong code which use QMySQL driver. 1. main target solution: replace wrapper by Qt...
https://stackoverflow.com/questions/5134891/how-do-i-use-valgrind-to-find-memory-leaks
Runned new test: ``` $ valgrind --leak-check=full \ --show-leak-kinds=all \ --track-origins=yes \ --verbose \ --log-file=valgrind-out.txt \ ./fhq-server -wd ../ci/travis/data ``` valgrind: ``` ==7435== LEAK SUMMARY: ==7435== definitely lost: 11,296 bytes...