Alexandre Anoutchine

Results 3 issues of Alexandre Anoutchine

Here is the sample code that reproduces the issue: #define BACKWARD_HAS_DW 1 ```c++ //... includes above #define BACKWARD_HAS_DW 1 using namespace backward; void print(ResolvedTrace& trace) { for (auto& loc :...

Hi, thanks for the amazing project and sorry for the newbie question. I try to make an HAProxy configuration but I experience some disconnections (SSL SYSCALL error: EOF detected) and...

I'm trying to figure out how to deploy PostgreSQL HA cluster with Docker Swarm. it looks like it is not an easy task. I found your article very interesting and...