Attila M. Szilagyi

Results 7 issues of Attila M. Szilagyi

Getting the following error from callback after backtrace_full: ``` static void ErrorCallback(void* data, const char* message, int err) executable file is not COFF (0) failed to read executable information (-1)...

Hello, I think digest based api should be helpful since token digests are more secure to store. This is how it's done for Apache and Nginx also. I've also created...

I would like to use a libgcc patch to build custom gcc, what's the best way to accomplish that here? Thanks, Mark

### Describe the bug When I use ``` FIND_PACKAGE(AWSSDK REQUIRED COMPONENTS polly HINTS /aws-install-path NO_CMAKE_FIND_ROOT_PATH) ``` It fails with ``` By not providing "Findaws-cpp-sdk-core.cmake" in CMAKE_MODULE_PATH this [cmake] project has...

documentation
needs-review

Having this issue: export CC=/opt/local/bin/gcc-mp-9; export CXX=/opt/local/bin/g++-mp-9 boost is in /opt/local I added this to CMakeKists.txt elseif ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU") set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra") include_directories("/opt/local/include") link_directories("/opt/local/lib") add_definitions( -DBOOST_ERROR_CODE_HEADER_ONLY -DBOOST_CHRONO_HEADER_ONLY -DYAS_SERIALIZE_BOOST_TYPES...

### Describe the bug During cmake make step C++ compiler errors in S3CrtClient.cpp: ### Expected Behavior Should build without such errors. ### Current Behavior ``` cmake -DCMAKE_PREFIX_PATH=/local -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX:PATH=/local -Bbuild...

bug
needs-triage

The link gets you: file conky-x86_64.AppImage conky-x86_64.AppImage: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 2.6.18, stripped ``` curl -sL -o conky-x86_64.AppImage \ $(curl...